polish contrib guidelines

This commit is contained in:
Tom M 2017-10-29 10:41:11 +01:00 committed by GitHub
parent 6e1d4bed40
commit 17cf79c555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,9 @@ https://help.github.com/articles/proposing-changes-to-your-work-with-pull-reques
Patches should be created with `git format-patch`, so in every case you should be familiar with the basics of git.
We'll try comment on our changes within three business days
(and typically, one business day). We may suggest
changes, improvements or alternatives.
Some things that will increase the chance that your pull request or patch is accepted:
* Except for bug fixing, give a reasoning / motivation for any changes or proposals you make.
* Give a reasoning / motivation for any changes or proposals you make.
* Follow our style guide.
* Keep your commits "atomic".
* Write a meaningful commit messages.