From 0cb3fc53e89f37a406d2f0b89fab51a8726dc87b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 25 Sep 2023 18:22:22 +0300 Subject: radicle git configs Sponsored-by: author --- git-commit-template-radicle | 32 ++++++++++++++++++++++++++++++++ gitconfig-radicle | 2 ++ 2 files changed, 34 insertions(+) create mode 100644 git-commit-template-radicle create mode 100644 gitconfig-radicle 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... +# +# [optional scope]: +# +# [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 -- cgit v1.2.1