summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-14 16:35:31 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-14 16:35:31 +0200
commit8fe1c271bc99397dd63f8402bbcf7d40c7b0322f (patch)
treec5c95d1ec1e7d00337495a1d01156bbac33f4a95
parent440d8bb13bc059deb3cee4274bb11527e7496008 (diff)
downloadliw-dot-files-8fe1c271bc99397dd63f8402bbcf7d40c7b0322f.tar.gz
feat: improve git commit template
-rw-r--r--git-commit-template21
1 files changed, 9 insertions, 12 deletions
diff --git a/git-commit-template b/git-commit-template
index 5c29588..8d1d6f0 100644
--- a/git-commit-template
+++ b/git-commit-template
@@ -1,16 +1,16 @@
# If applied this commit will...
-
-<type>[optional scope]: <description>
-
-[optional body]
-
-[optional footer(s)]
-
+#
+# <type>[optional scope]: <description>
+#
+# [optional body]
+#
+# [optional footer(s)]
+#
# https://www.conventionalcommits.org/en/v1.0.0/
# feat: new feature
+# feat!: this feature breaks something
# fix: bug fix
# fix(parse): a bug fix to the parser
-# feat!: this feature breaks something
# build:
# chore:
# ci:
@@ -23,11 +23,8 @@
# footers:
# BREAKING-CHANGE: for anything that breaks semver major version
# Closes: #id
-
-
+#
# Why is it necessary? (Bug fix, feature, improvements?)
-
# How does the change address the issue?
-
# What side effects does this change have?