Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 27d97fe

Browse files
author
Kent C. Dodds
committed
Update CONTRIBUTING.md
1 parent fd3bd5b commit 27d97fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Please do the following:
4545
2. run `npm start` (if you're on a windows machine, see [this issue](https://github.com/formly-js/angular-formly/issues/305))
4646
3. write tests & code in ES6 goodness :-)
4747
4. run `git add src/`
48-
5. run `npm run commit` and follow the prompt (this ensures that your commit message follows our guidelines).
48+
5. run `npm run commit` and follow the prompt (this ensures that your commit message follows [our conventions](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)).
4949
6. notice that there's a pre-commit hook that runs to ensure tests pass and coverage doesn't drop to prevent the build from breaking :-)
5050
7. push your changes
5151
8. create a PR with a link to the original issue

0 commit comments

Comments
 (0)