From e40c076202a605a0d036bb0eb81d17ad7e0d3179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Sat, 4 Mar 2023 14:22:24 +0100 Subject: [PATCH] Add "Expectations" to the readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 398bffb..43d104e 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,12 @@ This is a simple and experimental password-based note-taking app with built-in - [ ] Improve password checking - [ ] Allow the addition of arbitrary metadata when creating a note - [ ] Add basic markdown support (bold, italics, underline) -- [ ] Improve performance (duplicate decryption operations, tons of copying/cloning, etc) \ No newline at end of file +- [ ] Improve performance (duplicate decryption operations, tons of copying/cloning, etc) + +## Expectations +This project was done in just a day. Code quality isn't the best. I will slowly improve this +project according to my needs, some things like the ones on the _To-Do list_ will probably be +done at some point in time. + +However, with that being said, if you'd like to contribute or fix something, feel free to +create an account and go for it! :) \ No newline at end of file