Skip to content

Commit abea399

Browse files
authored
docs: fix Markdown link on Contributing page (#900)
1 parent e9647c7 commit abea399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you're a first-time contributor, you can check the issues with [good first is
2020
5. Check out a new branch and add your modification.
2121
6. Add test cases for all your changes.
2222
(We use [CodeCov](https://codecov.io/) to ensure our test coverage does not drop.)
23-
7. Use [commitizen](https://github.com/commitizen-tools/commitizen) to do git commit. We follow [conventional commits][conventional-commits]
23+
7. Use [commitizen](https://github.com/commitizen-tools/commitizen) to do git commit. We follow [conventional commits](https://www.conventionalcommits.org/).
2424
8. Run `./scripts/format` and `./scripts/test` to ensure you follow the coding style and the tests pass.
2525
9. Optionally, update the `./docs/README.md`.
2626
9. **Do not** update the `CHANGELOG.md`, it will be automatically created after merging to `master`.

0 commit comments

Comments
 (0)