2018-01-27 22:51:48 +00:00
|
|
|
# [MODULE] A short but descriptive summary (#pr-num)
|
|
|
|
|
|
|
|
# A comprehensible description of WHY you did this work.
|
|
|
|
|
|
|
|
# CORE-XXXX CIDXXXXX
|
|
|
|
|
|
|
|
# * [MODULE] should usually be the name of the CMake module, written
|
|
|
|
# in all caps.
|
|
|
|
#
|
2018-01-29 14:09:04 +00:00
|
|
|
# * Summary should be imperative (not past tense), and not end with
|
|
|
|
# a period.
|
2018-01-27 22:51:48 +00:00
|
|
|
#
|
2018-01-29 14:09:04 +00:00
|
|
|
# * Description of commit should explain WHY a change was made.
|
2018-01-27 22:51:48 +00:00
|
|
|
#
|
|
|
|
# * JIRA, Coverity ID references should be placed at the bottom and
|
|
|
|
# preceded by the newline.
|
|
|
|
#
|
|
|
|
# * Pull request should always be referenced in the summary in parens
|
2018-01-29 14:09:04 +00:00
|
|
|
# unless it doesn't fit. In this case it should be placed after bug
|
2018-01-27 22:51:48 +00:00
|
|
|
# IDs if any.
|