Skip to content

Commit b767f19

Browse files
committed
Update CONTRIBUTING guide.
1 parent 473ef86 commit b767f19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Contributing Guidelines
22

33
* Fork the project.
4+
* Switch to **develop** branch.
45
* Make your feature addition or bug fix.
56
* Add tests for it. This is important so I don't break it in a future version unintentionally.
67
* Commit just the modifications, do not mess with the composer.json or CHANGELOG.md files.
78
* 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)
89
style and that all tests pass.
9-
* Send the pull request.
10+
* Send the pull request **develop** to **develop**.
1011
* Check that the Travis CI build passed. If not, rinse and repeat.

0 commit comments

Comments
 (0)