Skip to content

Commit 7569c1a

Browse files
authored
docs(contributing): bug fixes should be against *master*
[skip ci]
1 parent 4d6329d commit 7569c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the [Yeoman contributing docs](https://github.com/yeoman/yeoman/blob/master/
44

55
Additionally for this generator:
66

7-
* Please submit PRs to the `canary` branch, it is the main development branch for this generator.
7+
* Please submit bug fix PRs to the `master` branch. Please submit large feature PRs to the `canary` branch; it is the main development branch for this generator.
88
* When submitting an issue, please follow the [guidelines](https://github.com/yeoman/yeoman/blob/master/contributing.md#issue-submission). Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.
99
* When submitting a PR, make sure that the commit messages match the [AngularJS conventions][commit-message-format] (see below).
1010
* When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.

0 commit comments

Comments
 (0)