From 26bf080f243a66be9bcc7a91aa36e20a4e589750 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 9 Apr 2013 15:13:26 -0700 Subject: dev-manual: Edits to "How to Submit a Change" section. (From yocto-docs rev: 8b9cff0c35eb76665edca6c8474935d6dc62e7ed) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 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 da5595d65d..d939b44c54 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -1271,9 +1271,10 @@ - The following is some guidance on which mailing list to use for what type of change: + Here is some guidance on which mailing list to use for what type of change: - For changes to the core metadata, send your patch to the + For changes to the core + Metadata, send your patch to the openembedded-core mailing list. For example, a change to anything under the meta or scripts directories @@ -1288,7 +1289,7 @@ layer's documentation specifies otherwise), tools, and Yocto Project documentation, use the yocto mailing list. - For additional recipes that do not fit into the core metadata, + For additional recipes that do not fit into the core Metadata, you should determine which layer the recipe should go into and submit the change in the manner recommended by the documentation (e.g. README) supplied with the layer. If in doubt, please ask on the @@ -1356,7 +1357,7 @@ This summary is typically viewable in the "shortlist" of changes. Thus, providing something short and descriptive that gives the reader a summary of the change is useful when viewing a list of many commits. - This should be prefixed by the recipe name (if changing a recipe), or + This short description should be prefixed by the recipe name (if changing a recipe), or else the short form path to the file being changed. For the body of the commit message, provide detailed information @@ -1371,7 +1372,7 @@ references - any commit that addresses a specific bug should include the bug ID in the description (typically at the beginning) as follows: - [YOCTO #<bug-id>] + Fixes YOCTO #<bug-id> <detailed description of change> @@ -1387,8 +1388,8 @@ - Following are general instructions for both pushing changes upstream and for submitting - changes as patches. + The next two sections describe general instructions for both pushing + changes upstream and for submitting changes as patches.
-- cgit v1.2.3-54-g00ecf