diff mbox series

[meta-yocto,wrynose,2/5] b4-config: add send-prefixes for wrynose

Message ID 3dbb0e96766d0fef2f1da5e206afe478aad930a4.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>
---
 .b4-config | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.b4-config b/.b4-config
index 6368f100..dc7484f9 100644
--- a/.b4-config
+++ b/.b4-config
@@ -1,3 +1,4 @@ 
 [b4]
   send-series-to = poky@lists.yoctoproject.org
-  prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking
\ No newline at end of file
+  prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking
+  send-prefixes = wrynose
\ No newline at end of file