From f563a59ce8363fc830f7f1b031d19b028d8c1f49 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Dec 2013 10:50:22 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4228cae..0391ae5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,15 @@ Thanks for contributing to this project. + +**Please submit your pull request against the `develop` branch only.** + + Please ensure that you run `phpunit` from the project root after you've made any changes. If you've added something new please create a new unit test, if you've changed something please update any unit tests as appropritate. -We're trying to ensure there is 100% test code coverage (including testing PHP errors and excpetions) so please ensure any new/updated tests cover all of your changes. +We're trying to ensure there is **100%** test code coverage (including testing PHP errors and exceptions) so please ensure any new/updated tests cover all of your changes. -Please submit you pull request against the `develop` branch only. +Thank you, + +@alexbilbie