We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a972fef commit d469315Copy full SHA for d469315
1 file changed
CONTRIBUTING.md
@@ -31,7 +31,7 @@ ops/ci-checks.sh
31
```
32
33
This script also validates your commit messages against the [Conventional Commits](https://www.conventionalcommits.org/) format.
34
-If you have uncommitted changes, it will skip commit message validation with a warning - commit first, then re-run to validate.
+Commit all your changes before you run the check. If your working directory is dirty the script will skip commit message validation with a warning.
35
36
You can also run the commit message check independently:
37
0 commit comments