[CONTRIBUTING] Update .gitmessage template

This commit is contained in:
Alexander Shaposhnikov 2018-01-29 16:09:04 +02:00
parent d70741fa20
commit 19a67154c6
No known key found for this signature in database
GPG key ID: 2BC6459908479EFC

View file

@ -4,20 +4,17 @@
# CORE-XXXX CIDXXXXX
#--------------------------------------------------------------------^
# 70^
# * [MODULE] should usually be the name of the CMake module, written
# in all caps.
#
# * Summary should be imperative (not past tense), 70 characters or
# less, and not end with a period.
# * Summary should be imperative (not past tense), and not end with
# a period.
#
# * Description of commit should explain WHY a change was made and
# lines should be also wrapped to 70 characters.
# * Description of commit should explain WHY a change was made.
#
# * 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
# unless it doesn't fit In this case it should be placed after bug
# unless it doesn't fit. In this case it should be placed after bug
# IDs if any.