diff mbox series

[libmatchbox,2/2] README: Document where/how to send patches

Message ID 20250319123532.642335-2-richard.purdie@linuxfoundation.org
State New
Headers show
Series [libmatchbox,1/2] Clean up licence headers/files to use SPDX | expand

Commit Message

Richard Purdie March 19, 2025, 12:35 p.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 README | 11 +++++++++++
 1 file changed, 11 insertions(+)
diff mbox series

Patch

diff --git a/README b/README
index 83ea0f3..0cdaaf3 100644
--- a/README
+++ b/README
@@ -9,3 +9,14 @@  git://git.yoctoproject.org/libmatchbox
 
 Issues can be files at:
 https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Matchbox
+
+Contributing
+============
+To contribute to this layer you should submit the patches for review to the
+mailing list (yocto-patches@lists.yoctoproject.org).
+
+When creating patches, please use something like:
+    git format-patch -M -s --subject-prefix='libmatchbox][PATCH' origin
+
+When sending patches, please use something like:
+    git send-email --to yocto-patches@lists.yoctoproject.org <generated patch>