We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f605c commit 96d7952Copy full SHA for 96d7952
UltiSnips/gitcommit.snippets
@@ -71,6 +71,10 @@ build(${1:scope}): ${2:title}
71
${0:${VISUAL}}
72
endsnippet
73
74
+snippet Co-authored-by "Co-authored-by:"
75
+Co-authored-by: ${1:Author Name} <${2:Email}>
76
+endsnippet
77
+
78
snippet sign "Signature"
79
-------------------------------------------------------------------------------
80
${1:Company Name}
0 commit comments