Skip to content

Commit

Permalink
Merge topic 'GitHub-issues'
Browse files Browse the repository at this point in the history
520f3dc DOC: Update how to reference a GitHub issue in the commit-msg hook
  • Loading branch information
thewtex authored and kwrobot committed Sep 5, 2018
2 parents 3eaaea6 + 520f3dc commit f5e254b
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 f5e254b

Please sign in to comment.