From 9029ac4bd5609c2550e553797460bdec32f35d29 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 1 Nov 2018 21:12:40 -0700 Subject: [PATCH] doc: update Tracked-on in contribute guide All PRs must have a Tracked-on: tag Tracked-on: #1420 Signed-off-by: David B. Kinder --- doc/developer-guides/contribute_guidelines.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/developer-guides/contribute_guidelines.rst b/doc/developer-guides/contribute_guidelines.rst index 433c7bc5d..3de615dd9 100644 --- a/doc/developer-guides/contribute_guidelines.rst +++ b/doc/developer-guides/contribute_guidelines.rst @@ -176,6 +176,14 @@ is set up correctly by using: git config --global user.name "David Developer" git config --global user.email "david.developer@company.com" +Tracked-on +========== + +All commits must be mapped to a GitHub issue for a feature or bug. Add a +Tracked-On: #issue-number line to your commit message together with the +issue number, for example:: + + Tracked-On: #1420 Coding Style ************