Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 754 Bytes

contributing.md

File metadata and controls

11 lines (6 loc) · 754 Bytes

See the contributing docs

Additionally for this generator:

When submitting an issue, please follow the guidelines. Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.

When submitting a PR, make sure that the commit messages match the AngularJS conventions.

When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.

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