feat(git): gitmessage template
This commit is contained in:
parent
d932529e8c
commit
96c45d89d6
2 changed files with 8 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
||||||
rebase = false
|
rebase = false
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
|
template = ~/.config/git/gitmessage
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
|
|
7
.config/git/gitmessage
Normal file
7
.config/git/gitmessage
Normal 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)
|
Loading…
Add table
Reference in a new issue