dotfiles/gitmessage
Josh Sherman 00988bb783
feat(git): add line break to message
Felt like everything was running into each other.
2020-01-27 10:58:43 -06:00

21 lines
528 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.
#
# ---------------------------------------------------------------------