From 6b357655fe52604404a5f1cbc0ded743cb124cfd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 24 Aug 2012 14:55:23 -0700 Subject: documentation: Section Heading change for pushing commits Changed the section heading for the part describing how to push changes upstream via the poky scripts. Also had to change one cross-reference to the section in the kernel manual. (From yocto-docs rev: be7712aba044238e8781cdf869c5d14e77eb09a2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 12 ++++++------ documentation/kernel-manual/kernel-how-to.xml | 4 ++-- 2 files changed, 8 insertions(+), 8 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 @@ 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. -- cgit v1.2.3-54-g00ecf