feat(git): gitmessage template

This commit is contained in:
Sergio Laín 2025-06-09 01:16:52 +02:00
parent d932529e8c
commit 96c45d89d6
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 8 additions and 0 deletions

View file

@ -52,6 +52,7 @@
rebase = false
[commit]
template = ~/.config/git/gitmessage
gpgsign = true
[gpg]

7
.config/git/gitmessage Normal file
View file

@ -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)