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 97e2590763..179a62d95a 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -703,15 +703,16 @@
703 For example, the Yocto Project uses a specific convention 703 For example, the Yocto Project uses a specific convention
704 for bug references - any commit that addresses a specific 704 for bug references - any commit that addresses a specific
705 bug should use the following form for the detailed 705 bug should use the following form for the detailed
706 description: 706 description.
707 Be sure to use the actual bug-tracking ID from
708 Bugzilla for
709 <replaceable>bug-id</replaceable>:
707 <literallayout class='monospaced'> 710 <literallayout class='monospaced'>
708 Fixes [YOCTO #<replaceable>bug-id</replaceable>] 711 Fixes [YOCTO #<replaceable>bug-id</replaceable>]
709 712
710 <replaceable>detailed description of change</replaceable> 713 <replaceable>detailed description of change</replaceable>
711 </literallayout> 714 </literallayout>
712 </para></listitem> 715 </para></listitem>
713 Where <replaceable>bug-id</replaceable> is replaced with the
714 specific bug ID from the Yocto Project Bugzilla instance.
715 </itemizedlist> 716 </itemizedlist>
716 </para> 717 </para>
717 718