Commit Message FormatĮach commit message consists of a header, a body and a footer.
To use the wizard, run npm run commit in your terminal after staging your changes in git. The commit message formatting can be added using a typical git workflow or through the use of a CLI wizard ( Commitizen). But also, we use the git commit messages to generate the theme framework change log. This leads to more readable messages that are easy to follow when looking through the project history. We have very precise rules over how our git commit messages can be formatted.
Every contributor to the project should be aware of the following rules. This documented was extracted from Contributing to AngularJS.