From abeddc3b0d24629e3a120e14a2474753e760fa7d Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 12 May 2017 18:38:54 +0100 Subject: README.md: Add info about github pull requests Signed-off-by: Andrei Gherzan --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 001c44c..0d18b26 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,9 @@ Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/ . 5.A. Audio Routing 6. Source code and mirrors 7. Contribution - 7.A. Mailing List - 7.B. Github Issues + 7.A. Mailing list + 7.B. Patches and pull requests + 7.C. Github Issues 8. Maintainers ``` @@ -268,14 +269,15 @@ The main communication tool we use is a mailing list: Feel free to ask any kind of questions but always prepend your email subject with "[meta-raspberrypi]". This is because we use the 'yocto' mailing list and not a perticular 'meta-raspberrypi' mailing list. -To contribute to this layer you should send the patches for review to the above specified mailing list. -The patches should be compliant with the openembedded patch guidelines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines +#### 7.B. Patches and pull requests +All the contributions should be compliant with the openembedded patch guidelines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines +To contribute to this project you should send pull requests to the github mirror (https://github.com/agherzan/meta-raspberrypi). **Additionally** you can send the patches for review to the above specified mailing list. -When creating patches, please use something like: +When creating patches for the mailing list, please use something like: `git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin` -When sending patches to mailing list, please use something like: +When sending patches to the mailing list, please use something like: `git send-email --to yocto@yoctoproject.org ` #### 7.B. Github issues -- cgit v1.2.3-54-g00ecf