summaryrefslogtreecommitdiffstats
path: root/docs/contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 370957d..728b00e 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -20,10 +20,12 @@ To contribute to this project you should send pull requests to the github mirror
20the patches for review to the above specified mailing list. 20the patches for review to the above specified mailing list.
21 21
22When creating patches for the mailing list, please use something like: 22When creating patches for the mailing list, please use something like:
23`git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin` 23
24 git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin
24 25
25When sending patches to the mailing list, please use something like: 26When sending patches to the mailing list, please use something like:
26`git send-email --to yocto@yoctoproject.org <generated patch>` 27
28 git send-email --to yocto@yoctoproject.org <generated patch>
27 29
28## Github issues 30## Github issues
29 31