summaryrefslogtreecommitdiff
path: root/git-commit-template
diff options
context:
space:
mode:
Diffstat (limited to '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?