From 49fea46d8868318472f30950f3f83f5927464c4a Mon Sep 17 00:00:00 2001 From: Chris Gregan Date: Thu, 20 Oct 2016 10:19:15 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94307602..9b85a3f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ We welcome pull requests from everyone. By contributing to this project, you agr Fork and clone the Fungus repo (see [fork a repo] ) -Make sure the tests pass locally (more information on how to do this coming soon). +Make sure the tests pass locally (see the project readme for instructions). Make your change. Add tests for your change. Make the tests pass locally. @@ -12,12 +12,13 @@ Push to your fork and [submit a pull request][pr]. [pr]: https://github.com/fungusgames/Fungus/compare/ -We will try to give initial feedback to pull requests within 3 days or sooner. However, this may not always be possible. Please be patient, we will look at every pull request as soon as we can. +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. Your pull request will have a better chance of being accepted if you do the following: -* Write tests (more information on how to do this coming soon). -* Follow our coding style (details coming soon !) +* Send one pull request for each new feature. It's time consuming for us to review multi-feature changes. +* Write tests for each change / new feature (not always possible) +* Follow our coding standard (see project docs) * Write a [good commit message][commit]. [code of conduct]: https://fungusgames.com/code-of-conduct