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
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