summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 4fd0d3a60c..ad32ac6291 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -1646,15 +1646,16 @@
1646 For example, the Yocto Project uses a specific convention 1646 For example, the Yocto Project uses a specific convention
1647 for bug references - any commit that addresses a specific 1647 for bug references - any commit that addresses a specific
1648 bug should use the following form for the detailed 1648 bug should use the following form for the detailed
1649 description: 1649 description.
1650 Be sure to use the actual bug-tracking ID from
1651 Bugzilla for
1652 <replaceable>bug-id</replaceable>:
1650 <literallayout class='monospaced'> 1653 <literallayout class='monospaced'>
1651 Fixes [YOCTO #<replaceable>bug-id</replaceable>] 1654 Fixes [YOCTO #<replaceable>bug-id</replaceable>]
1652 1655
1653 <replaceable>detailed description of change</replaceable> 1656 <replaceable>detailed description of change</replaceable>
1654 </literallayout> 1657 </literallayout>
1655 </para></listitem> 1658 </para></listitem>
1656 Where <replaceable>bug-id</replaceable> is replaced with the
1657 specific bug ID from the Yocto Project Bugzilla instance.
1658 </itemizedlist> 1659 </itemizedlist>
1659 </para> 1660 </para>
1660 1661