Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
reworded submitting pull request to use topical branches instead
  • Loading branch information
jakubhomoly authored Jan 31, 2018
1 parent d9ac901 commit 3d5fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Please search the issue tracker before opening an issue. Try to add as much info

1. run the test suite `vendor/bin/phpunit`
2. Add a comprehensive commit message, and if your code is fixing an issue, please add a hash to the issue (i.e. fixes #14)
3. submit the pull request to a new branch, please do not create PRs to the master branch.
3. submit the pull request (please use topical branches, e.g. feature-color-checkmarks, not master)

0 comments on commit 3d5fecc

Please sign in to comment.