mntnr / name-your-contributors

Name your GitHub contributors; get commits, issues, and comments
MIT License
73 stars 20 forks source link

chore: added commitizen #93

Closed Berkmann18 closed 5 years ago

Berkmann18 commented 5 years ago

Added an additional way to commit which would ensure that the commit message respects the Angular commit convention used by this repo. Usage: git cz (I use an alias being gz) or npm run commit.

RichardLitt commented 5 years ago

Thanks!