summaryrefslogtreecommitdiff
path: root/git-commit-template
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-03-23 19:27:53 +0200
committerLars Wirzenius <liw@liw.fi>2019-05-01 22:30:57 +0300
commit33004c047aae35dec06a0d85c57ea20085209c4b (patch)
tree7aee8d95279601711f55909aca01372e4c207adf /git-commit-template
parent285bc9bfafa28208a38993b52aff5a9ca51ac9aa (diff)
downloadliw-dot-files-33004c047aae35dec06a0d85c57ea20085209c4b.tar.gz
Add: git commit template
Based on https://victoria.dev/verbose/git-commit-practices-your-future-self-will-thank-you-for/
Diffstat (limited to 'git-commit-template')
-rw-r--r--git-commit-template10
1 files changed, 10 insertions, 0 deletions
diff --git a/git-commit-template b/git-commit-template
new file mode 100644
index 0000000..656b83e
--- /dev/null
+++ b/git-commit-template
@@ -0,0 +1,10 @@
+# If applied this commit will...
+Add/Fix/Drop/Change/Refactor/Document: whatever
+
+
+# Why is it necessary? (Bug fix, feature, improvements?)
+
+# How does the change address the issue?
+
+# What side effects does this change have?
+