summaryrefslogtreecommitdiff
path: root/git-commit-template-sequoia
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-10-05 10:50:40 +0300
committerLars Wirzenius <liw@liw.fi>2021-10-05 10:50:40 +0300
commitfa6bfcb4a98e744e569a7504437515745d13368c (patch)
treee0cb901d4e7cd3a0cebe8b6b7afb9d7e10005995 /git-commit-template-sequoia
parentdcc30473ebb0762e837ccdbc09c0c624cec28d3f (diff)
downloadliw-dot-files-fa6bfcb4a98e744e569a7504437515745d13368c.tar.gz
add git commit template for Sequoia
Sponsored-by: author
Diffstat (limited to 'git-commit-template-sequoia')
-rw-r--r--git-commit-template-sequoia32
1 files changed, 32 insertions, 0 deletions
diff --git a/git-commit-template-sequoia b/git-commit-template-sequoia
new file mode 100644
index 0000000..43a7a35
--- /dev/null
+++ b/git-commit-template-sequoia
@@ -0,0 +1,32 @@
+
+
+# If applied this commit will...
+#
+# <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
+# build:
+# chore:
+# ci:
+# docs:
+# style:
+# refactor:
+# perf:
+# test:
+#
+# 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?
+