diff mbox series

[swat-tools,4/4] README: add a contributing section

Message ID 20250617-improvements-v1-4-6125d17583fe@bootlin.com
State New
Headers show
Series Improvements and fixes to swat-tools | expand

Commit Message

Antonin Godard June 17, 2025, 3:04 p.m. UTC
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
diff mbox series

Patch

diff --git a/README.md b/README.md
index a7e6772..102e336 100644
--- a/README.md
+++ b/README.md
@@ -94,3 +94,22 @@  Publish new local triage status to swatbot Django interface.
   additionally importing `readline`. We should either investigate the root cause
   of the issue or get rid of one of the modules.
   <https://github.com/IngoMeyer441/simple-term-menu/issues/98>
+
+# Contributing
+
+Please refer to our contributor guide here: https://docs.yoctoproject.org/contributor-guide/
+for full details on how to submit changes.
+
+As a quick guide, patches should be sent to yocto-patches@lists.yoctoproject.org
+The git command to do that would be:
+
+```
+git send-email -M -1 --subject-prefix='swat-tools][PATCH' --to yocto-patches@lists.yoctoproject.org
+```
+
+The 'To' header and prefix can be set as default for this repository:
+
+```
+git config sendemail.to yocto-patches@lists.yoctoproject.org
+git config format.subjectPrefix 'swat-tools][PATCH'
+```