oauth2-server/CONTRIBUTING.md

16 lines
539 B
Markdown
Raw Permalink Normal View History

2013-12-06 16:18:38 +05:30
Thanks for contributing to this project.
2013-12-06 16:20:22 +05:30
**Please submit your pull request against the `master` branch only.**
2013-12-06 16:20:22 +05:30
2013-12-06 16:18:38 +05:30
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.
2013-12-06 16:20:22 +05:30
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.
Thank you,
2013-12-06 16:18:38 +05:30
2013-12-06 16:20:22 +05:30
@alexbilbie