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

Commit f8c972f

Browse files
author
Kent C. Dodds
committed
Merge pull request #625 from alexbooker/patch-2
Update links to Angular convention specification
2 parents 9fabf28 + 200a246 commit f8c972f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ with a link to a jsbin that demonstrates the issue with [issue.angular-formly.co
3333
[How to Write an Open Source JavaScript Library](https://egghead.io/series/how-to-write-an-open-source-javascript-library)
3434
series on egghead.io (by yours truly). See
3535
[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/81860ab6529d45422a78251951b458289df9405c/conventions/angular.md)
36+
and [this repo](https://github.com/stevemao/conventional-changelog-angular/blob/master/convention.md)
3737
to learn more about the commit message conventions.
3838

3939
[Watch video](https://www.youtube.com/watch?v=QOchwBm9W-g&list=PLV5CVI1eNcJi7lVVIuNyRhEuck1Z007BH&index=1) (slightly out of date)
@@ -52,7 +52,7 @@ Please do the following:
5252
2. run `npm start` (if you're on a windows machine, see [this issue](https://github.com/formly-js/angular-formly/issues/305))
5353
3. write tests & code in ES6 goodness :-)
5454
4. run `git add src/`
55-
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/81860ab6529d45422a78251951b458289df9405c/conventions/angular.md)).
55+
5. run `npm run commit` and follow the prompt (this ensures that your commit message follows [our conventions](https://github.com/stevemao/conventional-changelog-angular/blob/master/convention.md)).
5656
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 :-)
5757
7. push your changes
5858
8. create a PR with a link to the original issue

0 commit comments

Comments
 (0)