diff mbox series

[meta-yocto,wrynose,1/5] README: Add wrynose subject-prefix to git-send-email suggestion

Message ID c8c7e4af53864d32b8462c5fabaf94107c5b62c5.1785190768.git.yoann.congal@smile.fr (mailing list archive)
State RFC, archived
Delegated to: Yoann Congal
Headers show
Series [meta-yocto,wrynose,1/5] README: Add wrynose subject-prefix to git-send-email suggestion | expand

Commit Message

Yoann Congal July 27, 2026, 10:54 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

That might help new users send correct first stable patches.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta-yocto-bsp/README.hardware.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 <poky@lists.yoctoproject.org>
 The git command to do that would be:
  
-     git send-email -M -1 --to poky@lists.yoctoproject.org
+     git send-email -M -1 --to poky@lists.yoctoproject.org --subject-prefix='wrynose][PATCH'
 
 Send pull requests, patches, comments or questions about meta-yocto-bsp to 
 <poky@lists.yoctoproject.org>.