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>
This commit is contained in:
David B. Kinder 2018-11-01 21:12:40 -07:00 committed by David Kinder
parent a86248ecd2
commit 9029ac4bd5

View File

@ -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
************