mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-30 07:51:55 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
d49421f023
commit
6957f063dc
1 changed files with 5 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue