We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473ef86 commit b767f19Copy full SHA for b767f19
CONTRIBUTING.md
@@ -1,10 +1,11 @@
1
# Contributing Guidelines
2
3
* Fork the project.
4
+* Switch to **develop** branch.
5
* Make your feature addition or bug fix.
6
* Add tests for it. This is important so I don't break it in a future version unintentionally.
7
* Commit just the modifications, do not mess with the composer.json or CHANGELOG.md files.
8
* Ensure your code is nicely formatted in the [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
9
style and that all tests pass.
-* Send the pull request.
10
+* Send the pull request **develop** to **develop**.
11
* Check that the Travis CI build passed. If not, rinse and repeat.
0 commit comments