You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ If you're a first-time contributor, you can check the issues with [good first is
20
20
5. Check out a new branch and add your modification.
21
21
6. Add test cases for all your changes.
22
22
(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/).
24
24
8. Run `./scripts/format` and `./scripts/test` to ensure you follow the coding style and the tests pass.
25
25
9. Optionally, update the `./docs/README.md`.
26
26
9.**Do not** update the `CHANGELOG.md`, it will be automatically created after merging to `master`.
0 commit comments