Merge pull request #123 from alexbilbie/develop

Added CONTRIBUTING.md
This commit is contained in:
Alex Bilbie 2013-12-06 02:49:06 -08:00
commit 324a3f0cdc

9
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,9 @@
Thanks for contributing to this project.
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.
Please submit you pull request against the `develop` branch only.