Re: [PATCH wic 2/2] README.md: add Trevor (the maintainer)'s mail as Cc recipients
Trevor Woerner <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
On Mon 2026-06-08 @ 12:47:59 PM, Quentin Schulz wrote: > From: Quentin Schulz <[email protected]> > > The instructions now match with the .b4-config file. Sort of... I believe the b4 emails will read: "[PATCH wic]" while the cmdline emails will read: "[wic][PATCH]". No biggie, I'll find them either way. > Suggested-by: Trevor Woerner <[email protected]> > Signed-off-by: Quentin Schulz <[email protected]> > --- > README.md | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Applied to wic, master branch. Thanks! > > diff --git a/README.md b/README.md > index 0066ae4..3259019 100644 > --- a/README.md > +++ b/README.md > @@ -57,9 +57,13 @@ When sending patches, please make sure the email subject line includes > "[wic][PATCH]" and follow The Yocto Project community's patch submission > guidelines. > > +The patches should be sent with the mailing list ([email protected]) > +in the To: recipients and the maintainer address ([email protected]) in Cc: > +recipients. > + > When generating the patches manually, this will generate what's expected: > > - git send-email -M -1 --to [email protected] --subject-prefix='wic][PATCH' > + git send-email -M -1 --to [email protected] --cc [email protected] --subject-prefix='wic][PATCH' If my understanding is correct, in markdown, in order for this to be offset as a proper code block, it would need to be indented 4 spaces, not 3. Regardless this isn't relevant since we're not hosting (or mirroring) this project on github, and the markdown renderer on git.yoctoproject.org doesn't seem as in-sync with github's version of markdown. Either 4 spaces, or wrapped in ``` delimiters. In any case it doesn't look like the git.yoctoproject.org markdown renderer understands ```bash blocks, so I'm posting a follow-up patch to fix it all up. > Nothing, except running `b4 send` to actually send the patches, needs to be done > when using [b4](https://b4.docs.kernel.org/). > > -- > 2.54.0 >