We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0e26e commit 6a8681dCopy full SHA for 6a8681d
CONTRIBUTING.md
@@ -31,6 +31,8 @@ Before you submit your Pull Request (PR) consider the following guidelines:
31
32
```shell
33
git commit -a
34
+ # or use this git-cz commit interactive helper tool
35
+ npm run commit
36
```
37
Note: the optional commit `-a` command line option will automatically "add" and "rm" edited files.
38
0 commit comments