Skip to content

Commit aa1583f

Browse files
authored
1 parent d17c2ea commit aa1583f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

snippets/gitcommit.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,17 @@
4646
"breaking change conventional commit footer": {
4747
"prefix": "BREAK",
4848
"body": ["BREAKING CHANGE: $0"]
49+
},
50+
"co-authored by": {
51+
"prefix": "co",
52+
"body": ["Co-authored-by: ${1:name} <${2:email}>", "$0"]
53+
},
54+
"signed off by": {
55+
"prefix": "si",
56+
"body": ["Signed-off-by: ${1:name} <${2:email}>", "$0"]
57+
},
58+
"on behalf of": {
59+
"prefix": "on",
60+
"body": ["On-behalf-of: ${1:org} <${2:email}>", "$0"]
4961
}
5062
}

0 commit comments

Comments
 (0)