[yocto] [PATCH release-tools] README: add section on contributing patches

Ross Burton ross.burton at intel.com
Fri Oct 11 02:19:03 PDT 2019


Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 README | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/README b/README
index ae92709..5a545ce 100644
--- a/README
+++ b/README
@@ -59,7 +59,7 @@ them, and the meta-intel release process, are not covered here.
 
 
 Yocto Release Process
-=======================
+=====================
 
 This section deals with the Yocto release process as it pertains to the tools in
 this repo. There are other release activities that happen which outside the
@@ -110,3 +110,22 @@ repackage the :wq
         logging.info('Generating the master md5sum table.')
         gen_rel_md5(RELEASE_DIR, REL_MD5_FILE)
         logging.info('Successful.')
+
+
+Contributing
+============
+
+This module is owned by Vineela Tummalapalli <vineela.tummalapalli at intel.com>.
+
+Patches should be sent via git-send-email to the yocto at yoctoproject.org mailing list with
+[release-tools] in the subject, CC'd to Vineela.
+
+The following commands will configure this if ran inside a clone of release-tools:
+
+$ git config  --local --add format.subjectprefix 'PATCH release-tools'
+$ git config  --local --add sendemail.to yocto at yoctoproject.org
+$ git config  --local --add sendemail.cc vineela.tummalapalli at intel.com
+
+Then sending a patch is as simple as:
+
+$ git send-email origin/master
-- 
2.20.1



More information about the yocto mailing list