2011-11-27 15:54:13 +01:00
|
|
|
# ==[ Subject: One line only short meaningful description for logs ]===|
|
2011-05-11 15:24:41 +10:00
|
|
|
|
|
|
|
|
2011-11-27 15:54:13 +01:00
|
|
|
# ==[ Details: Describe what changed and explain why it changed ]======|
|
2011-05-11 15:24:41 +10:00
|
|
|
|
|
|
|
|
2013-09-30 18:17:00 +02:00
|
|
|
# Change log entry (see below for instructions).
|
|
|
|
#[ChangeLog][][]
|
2013-11-25 11:45:03 +01:00
|
|
|
|
|
|
|
# ==[ Footers: Uncomment and edit where applicable ]===================|
|
2013-09-30 18:17:00 +02:00
|
|
|
#
|
2018-08-30 17:34:15 +02:00
|
|
|
# One task per entry. Add a space after the colon.
|
2024-06-19 10:50:59 +00:00
|
|
|
# Use Fixes to automatically close an issue, Reopens to automatically
|
|
|
|
# reopen an issue, and Task-number to reference it without further
|
|
|
|
# action.
|
|
|
|
# You do not need to include Task-Number where Fixes or Reopens is
|
|
|
|
# specified for the same issue.
|
2018-10-26 19:21:12 +02:00
|
|
|
#Fixes:
|
2024-06-19 10:50:59 +00:00
|
|
|
#Reopens:
|
2011-11-27 15:54:13 +01:00
|
|
|
#Task-number:
|
2017-01-23 12:01:28 +01:00
|
|
|
#Coverity-Id:
|
2011-11-27 15:54:13 +01:00
|
|
|
#
|
2020-04-20 10:15:00 +02:00
|
|
|
# Add a space-separated list of target branches that the change should
|
|
|
|
# be cherry-picked to automatically.
|
|
|
|
#Pick-to:
|
|
|
|
#
|
2011-11-27 15:54:13 +01:00
|
|
|
# ==[ Please wrap at 72 characters ]===================================|
|
|
|
|
#
|
2015-03-14 15:36:29 +01:00
|
|
|
# Remember to read http://wiki.qt.io/Commit_Policy
|
2011-11-27 15:54:13 +01:00
|
|
|
#
|
2013-08-20 17:00:20 +02:00
|
|
|
# Change log entry: If this commit adds a significant feature, fixes an
|
|
|
|
# issue or contains a behavior change that is relevant to others,
|
|
|
|
# add a change log entry. It can be multiple lines long and ends with an
|
2013-11-25 11:45:03 +01:00
|
|
|
# empty newline. Try to integrate it into the flow of the commit message
|
|
|
|
# to avoid redundancy.
|
2013-08-20 17:00:20 +02:00
|
|
|
# Use the module name to indicate the area of the change e.g. [QtCore].
|
|
|
|
# Optionally specify a class or subtopic [QtNetwork][QSslSocket].
|
|
|
|
# Other common tags are: [General], [Important Behavior Changes],
|
|
|
|
# [Platform Specific Changes][Windows][OS X][Linux/XCB].
|
|
|
|
#
|
|
|
|
# [ChangeLog][module][class/topic] description of the really important
|
|
|
|
# change that was just made on several lines.
|