diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-08 17:45:11 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-08 18:13:10 +0200 |
commit | e99084a952b5c872d2a90c3b2b422ba7b98d0903 (patch) | |
tree | 9c1c00786c1ee923dc8d4f7b7165b80314a6d9f1 /.git-commit-template | |
parent | Save WebProfile config when changed (diff) | |
download | smolbote-e99084a952b5c872d2a90c3b2b422ba7b98d0903.tar.xz |
Add commit template
Diffstat (limited to '.git-commit-template')
-rw-r--r-- | .git-commit-template | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.git-commit-template b/.git-commit-template new file mode 100644 index 0000000..cb5ed31 --- /dev/null +++ b/.git-commit-template @@ -0,0 +1,19 @@ +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# All lines should wrap at 72 characters. +# +# ==[ Subject: One line only short meaningful description for logs ]===| + +# ==[ Blank: Follow the Subject with a blank line, do not remove ]=====| + +# ==[ Details: Describe what changed and explain why it changed]=======| + + +# ==[ Fields: Uncomment and edit where applicable ]====================| +# +# --[ Add reference to bug in bugtracker if any ]----------------------| +#BUG: #<bug number> +# +# --[ Add attribution if patch was contributed ]-----------------------| +#SUBMITTED-BY: <name here> |