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 @@ your detailed description. For example, the Yocto Project uses a specific convention for bug references - any commit that addresses a specific bug should include the - bug ID in the description (typically at the end) as follows: + bug ID in the description (typically at the beginning) as follows: - <detailed description of change> - [YOCTO #<bug-id>] + + <detailed description of change> Where <bug-id> is replaced with the specific bug ID from the Yocto Project Bugzilla instance. @@ -1009,7 +1009,7 @@
- Pushing a Change Upstream and Requesting a Pull + Using Scripts to Push a Change Upstream and Request a Pull The basic flow for pushing a change to an upstream "contrib" Git repository is as follows: @@ -1100,8 +1100,8 @@ see GIT_FORMAT_PATCH(1) displayed using the man git-format-patch command. If you have many patches to submit, you might consider using the - method described in the "Pushing - a change Upstream and Requesting a Pull" section described + method described in the "Using Scripts to Push + a change Upstream and Request a Pull" section described earlier in the manual. This method uses the create-pull-request and send-pull-request scripts that automate much of the diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 6db88de5f7..a44e5ea51e 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -369,8 +369,8 @@ The Yocto Project provides scripts that help you work in a collaborative development environment. For information on these scripts, see the - "Pushing a Change - Upstream and Requesting a Pull" and + "Using Scripts to Push a Change + Upstream and Request a Pull" and "Submitting a Patch Through Email" sections in the Yocto Project Development Manual.