Skip to content

Commit fef13c5

Browse files
committed
Merge pull request #307 from eddiemonge/patch-1
fix(docs): add contributing info to contributing file
2 parents cacdd0f + 2461aad commit fef13c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

contributing.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
See the [contributing docs](https://github.com/yeoman/yeoman/blob/master/contributing.md)
2+
3+
Additionally for this generator:
4+
5+
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.
6+
7+
When submitting a PR, make sure that the commit messages match the [AngularJS conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/).
8+
9+
When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.
10+
11+
When submitting a new feature, add tests that cover the feature.

0 commit comments

Comments
 (0)