Skip to content

Commit

Permalink
docs: fix Markdown link on Contributing page (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger authored Nov 3, 2023
1 parent e9647c7 commit abea399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you're a first-time contributor, you can check the issues with [good first is
5. Check out a new branch and add your modification.
6. Add test cases for all your changes.
(We use [CodeCov](https://codecov.io/) to ensure our test coverage does not drop.)
7. Use [commitizen](https://github.com/commitizen-tools/commitizen) to do git commit. We follow [conventional commits][conventional-commits]
7. Use [commitizen](https://github.com/commitizen-tools/commitizen) to do git commit. We follow [conventional commits](https://www.conventionalcommits.org/).
8. Run `./scripts/format` and `./scripts/test` to ensure you follow the coding style and the tests pass.
9. Optionally, update the `./docs/README.md`.
9. **Do not** update the `CHANGELOG.md`, it will be automatically created after merging to `master`.
Expand Down

0 comments on commit abea399

Please sign in to comment.