Skip to content

Commit 8bda7d0

Browse files
committed
chore(CONTRIBUTING.md): add npm script to commit
1 parent 6cc6c6e commit 8bda7d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ highly recommended developers install [Commitizen](https://commitizen.github.io/
1919
it extends the git command and will make writing commit messages a breeze. This
2020
repository is configured with a local Commitizen configuration script.
2121

22-
Getting Commitizen installed is usually trivial, just install it via npm. You will also
22+
```bash
23+
npm run commit
24+
```
25+
26+
Getting Commitizen installed globally is usually trivial, just install it via npm. You will also
2327
need to install the cz-conventional-changelog adapter which this repository is configured
2428
to use.
2529

0 commit comments

Comments
 (0)