We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ef6cb commit 5c87ff8Copy full SHA for 5c87ff8
docs/contributing.md
@@ -58,7 +58,7 @@ If you're a first-time contributor, you can check the issues with the [good firs
58
- Follow the existing code style
59
3. **Testing**
60
- Run the full test suite: `poetry all`
61
- - Ensure test coverage doesn't drop (we use [CodeCov](https://codecov.io/))
+ - Ensure test coverage doesn't drop (we use [CodeCov](https://app.codecov.io/gh/commitizen-tools/commitizen))
62
- For documentation changes, run `poetry doc` to check for warnings/errors
63
4. **Committing Changes**
64
- Use commitizen to make commits (we follow [conventional commits](https://www.conventionalcommits.org/))
0 commit comments