conventional-commits / conventionalcommits.org

The conventional commits specification
https://conventionalcommits.org
MIT License
6.92k stars 534 forks source link

git template implementing conventional commits #235

Open zakkak opened 4 years ago

zakkak commented 4 years ago

Hello,

I just wanted to mention that providing a git template like this one would significantly lower the entry barrier for command line users.

What are your thoughts?

tunnckoCore commented 4 years ago

Maybe :)

erdaltsksn commented 4 years ago

https://github.com/erdaltsksn/dotfiles/blob/master/git/.gittemplate

This is my template used by all of my repositories.

Also you can add my Vim plugin to start Git commit in insert mode and make the color red when the line is too much.

damianopetrungaro commented 4 years ago

We can discuss more about this here #283 , so we can hava goal of adding a template as well ;)