[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6407/8267] dev-manual: Fixed a DocBook issue with formatting "bug-id"



commit 652d8cb5835d1caff7282ecca45074c76779fd96
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Thu Jun 15 17:03:37 2017 -0700

    dev-manual: Fixed a DocBook issue with formatting "bug-id"
    
    I discovered a mis-placed block of DocBook text that was
    causing the string "bug-id" to appear in a random spot in the
    "Patch Submission Details" section.  Re-ording this block
    fixed the problem.
    
    (From yocto-docs rev: 6cf0e8ff0d2b176c1faf492c7bdd7d38e23e4c98)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]