Skip to content

Commit

Permalink
chore(CONTRIBUTING.md): add npm script to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkeleyTrue committed Jun 4, 2018
1 parent 6cc6c6e commit 8bda7d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ highly recommended developers install [Commitizen](https://commitizen.github.io/
it extends the git command and will make writing commit messages a breeze. This
repository is configured with a local Commitizen configuration script.

Getting Commitizen installed is usually trivial, just install it via npm. You will also
```bash
npm run commit
```

Getting Commitizen installed globally is usually trivial, just install it via npm. You will also
need to install the cz-conventional-changelog adapter which this repository is configured
to use.

Expand Down

0 comments on commit 8bda7d0

Please sign in to comment.