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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Trevor Woerner 2013-07-01 09:32:16 +03:00 committed by Richard Purdie
parent b26af3c0a6
commit 4592adb69f
1 changed files with 1 additions and 1 deletions

View File

@ -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:
<literallayout class='monospaced'>
Fixes YOCTO #&lt;bug-id&gt;
[YOCTO #&lt;bug-id&gt;]
&lt;detailed description of change&gt;
</literallayout></para></listitem>