summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-commit-template-radicle32
-rw-r--r--gitconfig-radicle2
2 files changed, 34 insertions, 0 deletions
diff --git a/git-commit-template-radicle b/git-commit-template-radicle
new file mode 100644
index 0000000..43a7a35
--- /dev/null
+++ b/git-commit-template-radicle
@@ -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?
+
diff --git a/gitconfig-radicle b/gitconfig-radicle
new file mode 100644
index 0000000..dbe8d20
--- /dev/null
+++ b/gitconfig-radicle
@@ -0,0 +1,2 @@
+[commit]
+ template = /home/liw/liw-dot-files/git-commit-template-radicle