From faac4aac1839801cfb1297775d65ebc9932a5a89 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Thu, 28 Mar 2024 11:03:31 -0400 Subject: [PATCH] README: update submission information The project now has a new mailing list dedicated to patches for projects that don't warrant their own mailing list. Please use this new mailing list when sending patches so as to not clutter up the main discussion mailing list and potentially deterring newcomers. Signed-off-by: Trevor Woerner --- README | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README b/README index 4c30f75..c76fc91 100644 --- a/README +++ b/README @@ -70,7 +70,8 @@ Notes: Maintenance: ----------- Please send pull requests, patches, comments, or questions to the - yocto mailing list (yocto@lists.yoctoproject.org) CCing the maintainer + yocto-patches mailing list (yocto-patches@lists.yoctoproject.org) + CCing the maintainer When sending patches, please make sure the email subject line includes "[meta-rockchip][PATCH]" and follow the community's patch submission @@ -78,13 +79,10 @@ Maintenance: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded - Please send changes to the yocto mailing list with [meta-rockchip] in the subject line, - cc'ing the maintainer. - This can be configured within the repository with the following commands: - git config sendemail.to yocto@lists.yoctoproject.org - git config sendemail.cc twoerner@gmail.com + git config sendemail.to yocto-patches@lists.yoctoproject.org + git config sendemail.cc git config format.subjectprefix "meta-rockchip] [PATCH" Then, to send your most recent commit (i.e. just one patch),