mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 08:23:03 +05:30
Update CONTRIBUTING.md
This commit is contained in:
parent
324a3f0cdc
commit
f563a59ce8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user