update standards

This commit is contained in:
synox 2019-03-11 19:43:20 +07:00
parent d1a3ec0cce
commit e6c59280e3
1 changed files with 12 additions and 0 deletions

View File

@ -9,4 +9,16 @@ https://help.github.com/articles/fork-a-repo/
* *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.
## Standards
We try to follow the following standards:
* https://github.com/php-pds/skeleton
* http://keepachangelog.com
*
## Do before pull request
* run code style fixer (https://cs.symfony.com/)
* `brew install php-cs-fixer`
* `php-cs-fixer fix`