Skip to content

Commit 9029ac4

Browse files
committed
doc: update Tracked-on in contribute guide
All PRs must have a Tracked-on: tag Tracked-on: #1420 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent a86248e commit 9029ac4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/developer-guides/contribute_guidelines.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,14 @@ is set up correctly by using:
176176
git config --global user.name "David Developer"
177177
git config --global user.email "david.developer@company.com"
178178
179+
Tracked-on
180+
==========
181+
182+
All commits must be mapped to a GitHub issue for a feature or bug. Add a
183+
Tracked-On: #issue-number line to your commit message together with the
184+
issue number, for example::
185+
186+
Tracked-On: #1420
179187

180188
Coding Style
181189
************

0 commit comments

Comments
 (0)