dotfiles/gitmessage
Josh Sherman ccb21151f0
docs(git): update git message template
Original message was a copy pasta. Rewrote to be somewhat like the Angular
contribution guidelines and closer to my own voice.
2020-01-25 23:02:22 -06:00

19 lines
460 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 link to an issue, if any.