summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-18 23:13:21 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-18 23:13:21 +0900
commitee7e89d2dc939447d9638d93f81e83b4701a755c (patch)
treecfa767b858b5508d86a7338d2dcf40dd69cdaf91
parente18b7e5b196e76244adee919e005c41a597a4513 (diff)
downloadbuildstream-ee7e89d2dc939447d9638d93f81e83b4701a755c.tar.gz
HACKING.rst: Clarify policy that related issues must be mentioned in commit messages.
This was somehow less than obvious.
-rw-r--r--HACKING.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 9f1f46d5c..8f5a801a9 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -54,6 +54,9 @@ the change.
The summary line must start with what changed, followed by a colon and
a very brief description of the change.
+If there is an associated issue, it **must** be mentioned somewhere
+in the commit message.
+
**Example**::
element.py: Added the frobnicator so that foos are properly frobbed.