From 8bda7d060aedd2bd88523f9a31cc6ae8aabb926c Mon Sep 17 00:00:00 2001 From: Berkeley True Date: Mon, 4 Jun 2018 14:37:50 -0700 Subject: [PATCH] chore(CONTRIBUTING.md): add npm script to commit --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e28ae1..6522287 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.