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 088f31e commit cec2ea2Copy full SHA for cec2ea2
Utilities/Hooks/commit-msg
@@ -56,7 +56,8 @@ while IFS='' read line; do
56
PERF: - performance improvement
57
STYLE: - no logic impact (indentation, comments)
58
WIP: - Work In Progress not ready for merge
59
-To reference JIRA issue XXXX, add " (#ITK-XXXX)" to the END of the FIRST line.'
+To reference GitHub issue XXXX, add "Issue #XXXX" to the commit message.
60
+If the issue addresses an open issue, add "Closes #XXXX" to the message.'
61
62
# Reject bug number reference that CDash rejects.
63
echo "$line" |
0 commit comments