Skip to content

Commit a4e077c

Browse files
docs: fix link to commit conventions (#1430)
1 parent 8dc9bab commit a4e077c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Hi! I’m really excited that you are interested in contributing to Vue Test Uti
3535

3636
### Committing Changes
3737

38-
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.
38+
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.
3939

4040
## Development Setup
4141

0 commit comments

Comments
 (0)