From 9f3cde2467503a9b8d815e63963f6827e8cde3e4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 15 Jun 2017 17:03:37 -0700 Subject: [PATCH] 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: 92616f73ce31505e11f3193b1350acc875003649) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 7 ++++--- 1 file 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 @@ 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 + bug-id: Fixes [YOCTO #bug-id] detailed description of change - Where bug-id is replaced with the - specific bug ID from the Yocto Project Bugzilla instance.