diff mbox series

[wic,2/2] README.md: add Trevor (the maintainer)'s mail as Cc recipients

Message ID 20260608-to-cc-v1-2-a1e3e7462875@cherry.de
State New
Headers show
Series README.md: add single git command as example + add Trevor in Cc | expand

Commit Message

Quentin Schulz June 8, 2026, 10:47 a.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

The instructions now match with the .b4-config file.

Suggested-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/README.md b/README.md
index 0066ae4..3259019 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,13 @@  When sending patches, please make sure the email subject line includes
 "[wic][PATCH]" and follow The Yocto Project community's patch submission
 guidelines.
 
+The patches should be sent with the mailing list (yocto-patches@lists.yoctoproject.org)
+in the To: recipients and the maintainer address (twoerner@gmail.com) in Cc:
+recipients.
+
 When generating the patches manually, this will generate what's expected:
 
-   git send-email -M -1 --to yocto-patches@lists.yoctoproject.org --subject-prefix='wic][PATCH'
+   git send-email -M -1 --to yocto-patches@lists.yoctoproject.org --cc twoerner@gmail.com --subject-prefix='wic][PATCH'
 
 Nothing, except running `b4 send` to actually send the patches, needs to be done
 when using [b4](https://b4.docs.kernel.org/).