From 3d5fecc9c80bb14c3d64f6b1a5cd973647f291f7 Mon Sep 17 00:00:00 2001 From: Jakub Homoly Date: Wed, 31 Jan 2018 11:37:44 +0100 Subject: [PATCH] Update CONTRIBUTING.md reworded submitting pull request to use topical branches instead --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87647f2..8c2a940 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)