[meta-yocto][wrynose 1/5] README: Add wrynose subject-prefix to git-send-email suggestion
Yoann Congal <[email protected]> Tue, 28 Jul 2026 00:54:09 +0200
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <c8c7e4af53864d32b8462c5fabaf94107c5b62c5.1785190768.git.yoann.congal@smile.fr> |
From: Yoann Congal <[email protected]> That might help new users send correct first stable patches. Signed-off-by: Yoann Congal <[email protected]> --- meta-yocto-bsp/README.hardware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md index d2cc05f9..fb7a8ee0 100644 --- a/meta-yocto-bsp/README.hardware.md +++ b/meta-yocto-bsp/README.hardware.md @@ -41,7 +41,7 @@ for full details on how to submit changes. As a quick guide, patches should be sent to <[email protected]> The git command to do that would be: - git send-email -M -1 --to [email protected] + git send-email -M -1 --to [email protected] --subject-prefix='wrynose][PATCH' Send pull requests, patches, comments or questions about meta-yocto-bsp to <[email protected]>.