Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit af6342d

Browse files
stephensaucedapetebacondarwin
authored andcommitted
docs(CONTRIBUTING.md): add commitizen instructions
1 parent a179757 commit af6342d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ We have very precise rules over how our git commit messages can be formatted. T
187187
readable messages** that are easy to follow when looking through the **project history**. But also,
188188
we use the git commit messages to **generate the AngularJS change log**.
189189

190+
The commit message formatting can be added using a typical git workflow or through the use of a CLI wizard ([Commitizen](https://github.com/commitizen/cz-cli)). To use the wizard, run `npm run commit` in your terminal after staging your changes in git.
191+
190192
### Commit Message Format
191193
Each commit message consists of a **header**, a **body** and a **footer**. The header has a special
192194
format that includes a **type**, a **scope** and a **subject**:

0 commit comments

Comments
 (0)