From 520f3dc1d486999d7664a85f58c13589bb99fb29 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 5 Sep 2018 12:57:00 -0400 Subject: [PATCH] DOC: Update how to reference a GitHub issue in the commit-msg hook Change-Id: I2e1d53dbc6ecd398a961f131da09d19f2c799166 --- Utilities/Hooks/commit-msg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utilities/Hooks/commit-msg b/Utilities/Hooks/commit-msg index b34c6c1a1ee..805da11b55e 100755 --- a/Utilities/Hooks/commit-msg +++ b/Utilities/Hooks/commit-msg @@ -56,7 +56,8 @@ while IFS='' read line; do PERF: - performance improvement STYLE: - no logic impact (indentation, comments) WIP: - Work In Progress not ready for merge -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. +If the issue addresses an open issue, add "Closes #XXXX" to the message.' # Reject bug number reference that CDash rejects. echo "$line" |