git-style-guide icon indicating copy to clipboard operation
git-style-guide copied to clipboard

Proposal: Usage of commitizen module.

Open armand1m opened this issue 8 years ago • 8 comments

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: captura de tela 2017-07-22 as 12 02 48

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 printscreen

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: rb-conventional-changelog usage

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 😃

armand1m avatar Jul 23 '17 20:07 armand1m