Skip to content

Commit

Permalink
DOC: Update how to reference a GitHub issue in the commit-msg hook
Browse files Browse the repository at this point in the history
Change-Id: I2e1d53dbc6ecd398a961f131da09d19f2c799166
  • Loading branch information
thewtex committed Sep 5, 2018
1 parent 8d74aad commit 520f3dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Utilities/Hooks/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -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" |
Expand Down

0 comments on commit 520f3dc

Please sign in to comment.