Skip to content

Commit a35c801

Browse files
sanjayankur31lpil
authored andcommitted
feat(gitcommit): add improvement conventional commit
1 parent 4600da8 commit a35c801

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UltiSnips/gitcommit.snippets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ docs(${1:scope}): ${2:title}
2424
${0:${VISUAL}}
2525
endsnippet
2626

27+
snippet improvement "improvement conventional commit"
28+
improvement(${1:scope}): ${2:title}
29+
30+
${0:${VISUAL}}
31+
endsnippet
32+
2733
snippet refactor "refactor conventional commit"
2834
refactor(${1:scope}): ${2:title}
2935

0 commit comments

Comments
 (0)