meta-webserver/README: add example git send-email line

As the other layers of meta-openembedded, this line makes it easy to
send a patch by copy-pasting and reduce slightly the probability of
error.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yoann Congal 2025-05-09 00:46:18 +02:00 committed by Khem Raj
parent 330ade641e
commit 0277e7b974
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -52,6 +52,11 @@ Maintenance
Send patches / pull requests to openembedded-devel@lists.openembedded.org
with '[meta-webserver]' in the subject.
When sending single patches, please use something like:
```
git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-webserver][PATCH"
```
Layer maintainer: Derek Straka <derek@asterius.io>