diff --git a/tag-git/gitconfig b/tag-git/gitconfig index f961b66..14319fb 100644 --- a/tag-git/gitconfig +++ b/tag-git/gitconfig @@ -46,6 +46,7 @@ untracked = cyan [commit] + template = ~/.gitmessage verbose = true [core] diff --git a/tag-git/gitmessage b/tag-git/gitmessage new file mode 100644 index 0000000..91df68d --- /dev/null +++ b/tag-git/gitmessage @@ -0,0 +1,16 @@ + + +# 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 +# Co-authored-by: Full Name