dotfiles/tag-git/gitmessage
Oliver Davies fd9b30293e Add gitmessage
Adds a default commit template wtih some helpful reminders for
writing good commit messages.
2019-10-09 22:07:12 +01:00

17 lines
400 B
Plaintext

# 50-character subject line
#
# 72-character wrapped longer description. This should answer:
#
# * Why was this change necessary?
# * How does it address the problem?
# * Are there any side effects?
#
# Include a link to the ticket, if any.
#
# Add co-authors if you worked on this code with others:
#
# Co-authored-by: Full Name <email@example.com>
# Co-authored-by: Full Name <email@example.com>