From 33004c047aae35dec06a0d85c57ea20085209c4b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 23 Mar 2019 19:27:53 +0200 Subject: Add: git commit template Based on https://victoria.dev/verbose/git-commit-practices-your-future-self-will-thank-you-for/ --- git-commit-template | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 git-commit-template (limited to 'git-commit-template') 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? + -- cgit v1.2.1