From 3792c174a473a51e53ac351716c5673908c722c1 Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Wed, 26 Feb 2020 07:24:35 +1000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9003f992..7087ecee 100644 --- a/CONTRIBUTING.md +++ b/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] ) +Switch to the develop branch. + 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. @@ -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) * Follow our [coding standard] * 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 [commit]: http://chris.beams.io/posts/git-commit/