Based on observations from the various mailing lists, it is obvious that bugzilla issues are almost always referenced using square brackets.
Signed-off-by: Trevor Woerner <[email protected]> --- documentation/dev-manual/dev-manual-newbie.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 0c849f5..55e0c58 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: <literallayout class='monospaced'> - Fixes YOCTO #<bug-id> + [YOCTO #<bug-id>] <detailed description of change> </literallayout></para></listitem> -- 1.8.3.rc1.44.gb387c77 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
