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
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,6 @@
3
3
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.
4
4
2. Install the dependencies: `npm install`.
5
5
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`.
0 commit comments