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 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/dev-manual/dev-manual-newbie.xml') 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 -- cgit v1.2.3-54-g00ecf