feat(emacs): add git snippet for the security footer
This commit is contained in:
parent
e48e616c6e
commit
fbd607ce5d
1 changed files with 6 additions and 0 deletions
6
site-modules/core/files/emacs/snippets/text-mode/sec
Normal file
6
site-modules/core/files/emacs/snippets/text-mode/sec
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: Security footer in a commit message
|
||||||
|
# key: sec
|
||||||
|
# contributor: Ade Attwood <code@adeattwood.co.uk>
|
||||||
|
# --
|
||||||
|
SECURITY: ${0:Description}
|
||||||
Loading…
Reference in a new issue