From 18786c93dbc9eaa6fc65359597e8fc41e0ebab36 Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Wed, 27 May 2020 09:39:29 +1000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90ff72c5..2f80a950 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,16 +2,14 @@ We welcome pull requests from everyone. By contributing to this project, you agree to abide by the Fungus [code of conduct]. You also agree that by submitting a pull request for this project, **[your contribution will be licensed under the MIT license for this project][fungus license]**. -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. - -Push to your fork and [submit a pull request][pr]. - +Note: For large changes or added features, please open an Issue indicating what you are intended to work on. This is to allow greater collaboration and prevent multiple isolated indivduals accidentially working on the same thing. + +1. Fork and clone the Fungus repo (see [fork a repo] ) +2. Switch to the develop branch. +3. Make sure the tests pass locally (see the project readme for instructions). +4. Make your change. Add tests and/or demo scenes for your change. +5. Make the tests pass locally. +6. Push to your fork and [submit a pull request][pr]. We will try to give initial feedback to pull requests within a few days. However, this may not always be possible. Please be patient, we will look at every pull request as soon as we can.