diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 09095981b3..4db4bc1441 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -1050,7 +1050,18 @@ If you have a just few changes, you can commit them and then submit them as an email to the maintainer. - Here is a general procedure: + Depending on the components changed, you need to submit the email to a specific + mailing list. + For some guidance on which mailing list to use, see the list in the + "How to Submit a Change" section + earlier in this manual. + For a description of the available mailing lists, see + "Mailing Lists" + section in the Yocto Project Reference Manual. + + + + Here is the general procedure on how to submit a patch through email: Make your changes in your local Git repository. Stage your changes by using the git add @@ -1087,7 +1098,14 @@ the series of patches. For information on the git format-patch command, see GIT_FORMAT_PATCH(1) displayed using the - man git-format-patch command. + 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 + earlier in the manual. + This method uses the create-pull-request and + send-pull-request scripts that automate much of the + process. Import the files into your mail client by using the git send-email command. In order to use git send-email, you must have the