# git/.config/git/message
# Global commit template. Enabled with:
# git config --global commit.template ~/.config/git/message
# Subject (50 chars or fewer). Use the imperative mood:
# "Add", "Fix", "Refactor", not "Added" / "Fixes" / "Refactoring".
# Body (wrap at 72). Explain the *why*, not the *what*:
# - why is this change necessary?
# - what are the side effects?
# - what did you consider but decide against?
# Footer:
# - Fixes: #123
# - Refs: #456
# - Co-authored-by: Name <email>
# - Breaking-change: description of what breaks