disposable-mailbox-2/CONTRIBUTING.md
2017-04-15 21:10:22 +02:00

666 B

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

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.