We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c00ee3 commit 2f31524Copy full SHA for 2f31524
docs/guides-use-prompt.md
@@ -34,3 +34,7 @@ Test the prompt by executing
34
git add .
35
npm run commit
36
```
37
+
38
+## An alternative to `@commitlint/prompt`: commitizen
39
+Another way to author commit messages that adhere to the commit convention configured in `commitlint.config.js` is to use `commitizen`.
40
+For more information, checkout their [official website](http://commitizen.github.io/cz-cli/).
0 commit comments