mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Update CONTRIBUTING.md
fix typo
This commit is contained in:
parent
30c0a72039
commit
71a3133d01
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ 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:
|
||||
https://help.github.com/articles/proposing-changes-to-your-work-with-pull-requests/
|
||||
* [submitting pull requests on Github](
|
||||
https://help.github.com/articles/proposing-changes-to-your-work-with-pull-requests/) or
|
||||
* 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.
|
||||
|
@ -16,7 +16,7 @@ Some things that will increase the chance that your pull request or patch is acc
|
|||
* Give a reasoning / motivation for any changes or proposals you make.
|
||||
* Follow our style guide.
|
||||
* Keep your commits "atomic".
|
||||
* Write a meaningful commit messages.
|
||||
* Write meaningful commit messages.
|
||||
|
||||
## Style Guide
|
||||
|
||||
|
|
Loading…
Reference in a new issue