From: Trevor Woerner Date: Mon, 1 Jul 2013 06:32:16 +0000 (+0300) Subject: dev-manual: Fixed reference to bug format. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4592adb69fae8a49013972a5dc36ebad05916a46;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dev-manual: Fixed reference to bug format. Based on observations from the various mailing lists, it is obvious that bugzilla issues are almost always referenced using square brackets. (From yocto-docs rev: 10b51afe7db62b8eb6e29bd1dd1ba4edb4320f83) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 0c849f59d3d..55e0c588976 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -1405,7 +1405,7 @@ references - any commit that addresses a specific bug should include the bug ID in the description (typically at the beginning) as follows: - Fixes YOCTO #<bug-id> + [YOCTO #<bug-id>] <detailed description of change>