You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ See the [Yeoman contributing docs](https://github.com/yeoman/yeoman/blob/master/
4
4
5
5
Additionally for this generator:
6
6
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.
8
8
* 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.
9
9
* When submitting a PR, make sure that the commit messages match the [AngularJS conventions][commit-message-format] (see below).
10
10
* 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