dotfiles/gitmessage
Josh Sherman 971aa6eac6
fix(git): rewrote long line
Felt like a code smell that my git commit message template wasn't
actually wrapped to 72-characters. Went ahead and fixed that.
2020-01-26 17:15:09 -06:00

19 lines
454 B
Text

# <type>(<scope>): <subject>
#
# <body>
#
# <footer>
#
# The header is mandatory and the scope of the header is optional.
# Types: build, ci, docs, feat, fix, perf, refactor, style, test
#
# Wrap longer lines to 72 characters.
# The body should answer:
#
# * What problem is being solved?
# * What is the solution to said problem?
# * Are there any side effects or dependencies?
#
# The footer should contain a closing reference or issue link, if any.