diff mbox series

[yocto-autobuilder-helper,2/2] README: Add a "git send-email" example for contributing

Message ID 20240207231554.149413-2-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder-helper,1/2] README: Fix "subjectprefix" git config | expand

Commit Message

Yoann Congal Feb. 7, 2024, 11:15 p.m. UTC
This "git send-email" example is present in most Yocto/OE repos and is
quite useful for a quick copy/paste.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 README | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/README b/README
index 35b928e..20e0b64 100644
--- a/README
+++ b/README
@@ -34,3 +34,6 @@  with the following commands:
 
   git config  --local --add format.subjectprefix 'yocto-autobuilder-helper][PATCH'
   git config  --local --add sendemail.to yocto@lists.yoctoproject.org
+
+When sending single patches, please use something like:
+git send-email -M -1 --to=yocto@lists.yoctoproject.org --subject-prefix='yocto-autobuilder-helper][PATCH'