summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 5ea6194ae0..8b58bb675e 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -987,11 +987,11 @@
987 your detailed description. 987 your detailed description.
988 For example, the Yocto Project uses a specific convention for bug 988 For example, the Yocto Project uses a specific convention for bug
989 references - any commit that addresses a specific bug should include the 989 references - any commit that addresses a specific bug should include the
990 bug ID in the description (typically at the end) as follows: 990 bug ID in the description (typically at the beginning) as follows:
991 <literallayout class='monospaced'> 991 <literallayout class='monospaced'>
992 &lt;detailed description of change&gt;
993
994 [YOCTO #&lt;bug-id&gt;] 992 [YOCTO #&lt;bug-id&gt;]
993
994 &lt;detailed description of change&gt;
995 </literallayout></para></listitem> 995 </literallayout></para></listitem>
996 Where &lt;bug-id&gt; is replaced with the specific bug ID from the 996 Where &lt;bug-id&gt; is replaced with the specific bug ID from the
997 Yocto Project Bugzilla instance. 997 Yocto Project Bugzilla instance.
@@ -1009,7 +1009,7 @@
1009 </para> 1009 </para>
1010 1010
1011 <section id='pushing-a-change-upstream'> 1011 <section id='pushing-a-change-upstream'>
1012 <title>Pushing a Change Upstream and Requesting a Pull</title> 1012 <title>Using Scripts to Push a Change Upstream and Request a Pull</title>
1013 1013
1014 <para> 1014 <para>
1015 The basic flow for pushing a change to an upstream "contrib" Git repository is as follows: 1015 The basic flow for pushing a change to an upstream "contrib" Git repository is as follows:
@@ -1100,8 +1100,8 @@
1100 see <filename>GIT_FORMAT_PATCH(1)</filename> displayed using the 1100 see <filename>GIT_FORMAT_PATCH(1)</filename> displayed using the
1101 <filename>man git-format-patch</filename> command.</para> 1101 <filename>man git-format-patch</filename> command.</para>
1102 <note>If you have many patches to submit, you might consider using the 1102 <note>If you have many patches to submit, you might consider using the
1103 method described in the "<link linkend='pushing-a-change-upstream'>Pushing 1103 method described in the "<link linkend='pushing-a-change-upstream'>Using Scripts to Push
1104 a change Upstream and Requesting a Pull</link>" section described 1104 a change Upstream and Request a Pull</link>" section described
1105 earlier in the manual. 1105 earlier in the manual.
1106 This method uses the <filename>create-pull-request</filename> and 1106 This method uses the <filename>create-pull-request</filename> and
1107 <filename>send-pull-request</filename> scripts that automate much of the 1107 <filename>send-pull-request</filename> scripts that automate much of the