Added a git commit template

Props to @sontek as I stole this from him.
This commit is contained in:
Josh Sherman 2020-01-19 18:29:45 -06:00
parent 3704f0dd01
commit ba0859bac6
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 12 additions and 0 deletions

View file

@ -32,6 +32,7 @@
[commit]
gpgsign = true
template = ~/.dotfiles/gitmessage
verbose = true
[help]

11
gitmessage Normal file
View file

@ -0,0 +1,11 @@
# 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.