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.
2 parents 8b51e34 + cec2ea2 commit 63e175cCopy full SHA for 63e175c
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