Update CONTRIBUTING.md

This commit is contained in:
Tom M 2017-10-28 22:48:42 +02:00 committed by GitHub
parent d49421f023
commit 6957f063dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 9 deletions

View File

@ -4,16 +4,12 @@ Thanks for considering to contribute to FluidSynth. Before implementing
any huge new feature, consider bringing up your ideas on our mailing list:
https://lists.nongnu.org/mailman/listinfo/fluid-dev
Contributing can be done by submitting pull requests on Github:
Contributing can be done by
* submitting pull requests on Github:
https://help.github.com/articles/proposing-changes-to-your-work-with-pull-requests/
* submitting patches to the mailing list.
Or by submitting patches to the mailing list. Patches should be created with
```
git format-patch
```
So in every case you should be familiar with the basics of git.
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
@ -21,7 +17,7 @@ changes, improvements or alternatives.
Some things that will increase the chance that your pull request or patch is accepted:
* Unless reporting bugs, give a reasoning / motivation for any changes or proposals you make.
* Except for bug fixing, give a reasoning / motivation for any changes or proposals you make.
* Follow our style guide.
* Keep your commits "atomic".
* Write a meaningful commit messages.