Skip to content

Commit 0323fa4

Browse files
committed
docs(README)
Add "angular commit message format" instruction to develop section
1 parent 4f5bd90 commit 0323fa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ keeps development streamlined, and helps us focus on building great software.
255255

256256
- *Always* have test coverage for new features (or regression tests for bug fixes), and *never* break existing tests
257257
- Commits should represent one logical change each; if a feature goes through multiple iterations, squash your commits down to one
258+
- Make sure to follow the [Angular commit message format](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format) so your change will appear in the changelog of the next release.
258259
- Changes should always respect the coding style of the project
259260

260261

0 commit comments

Comments
 (0)