disposable-mailbox-2/CONTRIBUTING.md

12 lines
666 B
Markdown
Raw Normal View History

2017-04-15 19:10:22 +00:00
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
See the following guide on how to create a fork and a pull request:
https://help.github.com/articles/fork-a-repo/
## Priciples in this project:
* *less code, less bugs:* use fewer lines if possible, remove abstractions that are not required.
* *minimal features and complexity:* only implement features that are really necessary for most users
* *batteries included/No build process:* the user should only download the repo and update the config file in order to run the app.
* *no database:* the application does not have it's own database. The IMAP server is the database.