git-style-guide
git-style-guide copied to clipboard
Proposal: Usage of commitizen module.
Hi, I was reading the project's README, and thought it was amazing. You guys did a great job at the rules of how commits should be made. Congratulations to all collaborators :smile:
However, I just saw this part of the style guide:

And well, I strongly agree that using the terminal to write git messages isn't really an option. But I do hate opening a text editor every time just to write a commit message, and I strongly believe that I'm not the only one (well, if one feels like that probably there must be others, right?)
For this kind of rule is nice to use a tool like commitizen.

Commitizen is nice because it accepts multiple adapters, giving you the hability to even write your own adapters to fit your git message commit style.
Saw you guys like to use something similar to the AngularJS Conventional Commit structure but without the scope of the change, which is very similar to this one:

I personally use it everyday, almost on every commit. It is a nice tool, and can help developers to follow the style-guide without even knowing about it so much since day one 😃