From 96c45d89d63539b61b1dac6507c27d5f279bca84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 9 Jun 2025 01:16:52 +0200 Subject: [PATCH] feat(git): gitmessage template --- .config/git/config | 1 + .config/git/gitmessage | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .config/git/gitmessage diff --git a/.config/git/config b/.config/git/config index 24145edf..dc1380c9 100644 --- a/.config/git/config +++ b/.config/git/config @@ -52,6 +52,7 @@ rebase = false [commit] + template = ~/.config/git/gitmessage gpgsign = true [gpg] diff --git a/.config/git/gitmessage b/.config/git/gitmessage new file mode 100644 index 00000000..07d3d269 --- /dev/null +++ b/.config/git/gitmessage @@ -0,0 +1,7 @@ + +# Section 1: type(scope):subject line (try to keep under 50 characters) +# Types of Commits: feat, fix, docs, style, refactor, perf, test, chore, ci, build + +# Section 2: Body (Try to keep under 72 characters) + +# Section 3: Footer (Jira ID Issue)