summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-25 18:22:22 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-25 18:22:22 +0300
commit0cb3fc53e89f37a406d2f0b89fab51a8726dc87b (patch)
tree26cc371a75aaf88410c1a8234943471ac93b6656
parentb1034a316908d70778bc556d5e7b086587067ed0 (diff)
downloadliw-dot-files-0cb3fc53e89f37a406d2f0b89fab51a8726dc87b.tar.gz
radicle git configs
Sponsored-by: author
-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