We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc6c6e commit 8bda7d0Copy full SHA for 8bda7d0
CONTRIBUTING.md
@@ -19,7 +19,11 @@ highly recommended developers install [Commitizen](https://commitizen.github.io/
19
it extends the git command and will make writing commit messages a breeze. This
20
repository is configured with a local Commitizen configuration script.
21
22
-Getting Commitizen installed is usually trivial, just install it via npm. You will also
+```bash
23
+npm run commit
24
+```
25
+
26
+Getting Commitizen installed globally is usually trivial, just install it via npm. You will also
27
need to install the cz-conventional-changelog adapter which this repository is configured
28
to use.
29
0 commit comments