Skip to content

Commit d125dd2

Browse files
committed
fix(readme): add note to readme about commit message conventions
1 parent 1f6b864 commit d125dd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ See the [contributing docs](https://github.com/yeoman/yeoman/blob/master/contrib
252252

253253
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.
254254

255+
When submitting a PR, make sure that the commit messages match the [AngularJS conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/).
256+
255257
When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.
256258

257259
When submitting a new feature, add tests that cover the feature.

0 commit comments

Comments
 (0)