Skip to content

Commit f0133ea

Browse files
authored
Add files via upload
1 parent ca3d986 commit f0133ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

commit-msg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
3+
MSG="$1"
4+
5+
if ! grep ^IS-[0-9] "$MSG";then
6+
cat "$MSG"
7+
echo "Your commit message must start the JIRA ID e.g 'IS-1234 added file' "
8+
exit 1
9+
fi

0 commit comments

Comments
 (0)