Set a custom git commit message template.
In your project:
npm install --save-dev git-message
This will automatically set up a custom git commit message template based on http://chris.beams.io/posts/git-commit/.
To use a custom git commit message template, simply add
a .gitmessage
file at the top level of your project file tree.
h
MIT