Browse Source

Update CONTRIBUTING.md

master
Steve Halliwell 5 years ago committed by GitHub
parent
commit
3792c174a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CONTRIBUTING.md

3
CONTRIBUTING.md

@ -4,6 +4,8 @@ We welcome pull requests from everyone. By contributing to this project, you agr
Fork and clone the Fungus repo (see [fork a repo] ) Fork and clone the Fungus repo (see [fork a repo] )
Switch to the develop branch.
Make sure the tests pass locally (see the project readme for instructions). Make sure the tests pass locally (see the project readme for instructions).
Make your change. Add tests and/or demo scenes for your change. Make the tests pass locally. Make your change. Add tests and/or demo scenes for your change. Make the tests pass locally.
@ -19,6 +21,7 @@ Your pull request will have a better chance of being accepted if you do the foll
* Write tests for each change / new feature (not always possible) * Write tests for each change / new feature (not always possible)
* Follow our [coding standard] * Follow our [coding standard]
* Write a [good commit message][commit]. * Write a [good commit message][commit].
* Target and make changes against the develop branch.
[code of conduct]: https://github.com/snozbot/fungus/wiki/code_of_conduct [code of conduct]: https://github.com/snozbot/fungus/wiki/code_of_conduct
[commit]: http://chris.beams.io/posts/git-commit/ [commit]: http://chris.beams.io/posts/git-commit/

Loading…
Cancel
Save