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

Commit 82c8b2d

Browse files
author
Kent C. Dodds
committed
docs(contributing): add note about commit conventions
1 parent 559fddb commit 82c8b2d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ with a link to a jsbin that demonstrates the issue with [issue.angular-formly.co
2929

3030
## Pull Requests
3131

32-
[Watch video](https://www.youtube.com/watch?v=QOchwBm9W-g&list=PLV5CVI1eNcJi7lVVIuNyRhEuck1Z007BH&index=1)
32+
**Please follow our commit message conventions** even if you're making a small change! This repository follows the
33+
[How to Write an Open Source JavaScript Library](https://egghead.io/series/how-to-write-an-open-source-javascript-library)
34+
series on egghead.io (by yours truly). See
35+
[this lesson](https://egghead.io/lessons/javascript-how-to-write-a-javascript-library-writing-conventional-commits-with-commitizen?series=how-to-write-an-open-source-javascript-library)
36+
and [this repo](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)
37+
to learn more about the commit message conventions.
38+
39+
[Watch video](https://www.youtube.com/watch?v=QOchwBm9W-g&list=PLV5CVI1eNcJi7lVVIuNyRhEuck1Z007BH&index=1) (slightly out of date)
3340

3441
If you would like to add functionality, please submit [an issue](https://github.com/formly-js/angular-formly/issues)
3542
first to make sure it's a direction we want to take.

0 commit comments

Comments
 (0)