README: Add a "git send-email" example for contributing

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yoann Congal 2024-02-08 00:15:54 +01:00 committed by Richard Purdie
parent cc91fc1404
commit da47b89fe8

3
README
View File

@ -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'