Skip to content

Commit b2c33cd

Browse files
docs: add information about conventional commit guidelines in CONTRIBUTING.md
resolves #4
1 parent 0b3eaf6 commit b2c33cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device.
44
2. Install the dependencies: `npm install`.
55
3. Develop your feature/bugfix.
6-
4. Add tests into `test` directory and try them with `npm test`.
7-
5. Send the PR!
6+
4. Be sure to format your commit messages according to the [commit guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits). See more about this on [Conventional commits](http://conventionalcommits.org/)
7+
5. Add tests into `test` directory and try them with `npm test`.
8+
6. Send the PR!

0 commit comments

Comments
 (0)