Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit 34ad23c

Browse files
author
Kent C. Dodds
committed
docs(contributing): update conventions link
Thanks @johnturek! Closes #14
1 parent c103a6d commit 34ad23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You're going to need to have those things installed to contribute to this projec
4848
5. Run `npm t && npm run build`. If everything works, then you're ready to make changes.
4949
6. Run `npm run test:watch`. See that it's watching your file system for changes.
5050
7. Make your changes and try to make the tests pass. If you can't or need help then commit what you have with `--no-verify` and make a PR
51-
8. If you get things working, add your changed files with `git add` and run `npm run commit` to get an interactive prompt for creating a commit message that follows [our standards](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md). You'll notice that there are git hooks in place which will run testing, linting, etc. (unless you commit with `--no-verify`).
51+
8. If you get things working, add your changed files with `git add` and run `npm run commit` to get an interactive prompt for creating a commit message that follows [our standards](https://github.com/stevemao/conventional-changelog-angular/blob/master/convention.md). You'll notice that there are git hooks in place which will run testing, linting, etc. (unless you commit with `--no-verify`).
5252
9. Push your changes to your fork with `git push`
5353
10. Create a pull request.
5454
11. Iterate on the solution.

0 commit comments

Comments
 (0)