Skip to content

Commit

Permalink
docs: fix link to commit conventions (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswerkmeister committed Feb 6, 2020
1 parent 8dc9bab commit a4e077c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Hi! I’m really excited that you are interested in contributing to Vue Test Uti

### Committing Changes

Commit messages should follow the [commit message convention](./COMMIT_CONVENTION.md) so that changelogs can be automatically generated. Commit messages will be automatically validated upon commit. If you are not familiar with the commit message convention, you can use `yarn commit` instead of `git commit`, which provides an interactive CLI for generating proper commit messages.
Commit messages should follow the [commit message convention](./COMMIT_CONVENTIONS.md) so that changelogs can be automatically generated. Commit messages will be automatically validated upon commit. If you are not familiar with the commit message convention, you can use `yarn commit` instead of `git commit`, which provides an interactive CLI for generating proper commit messages.

## Development Setup

Expand Down

0 comments on commit a4e077c

Please sign in to comment.