summaryrefslogtreecommitdiffstats
path: root/docs/contributing.md
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2017-06-02 12:27:12 +0100
committerGitHub <noreply@github.com>2017-06-02 12:27:12 +0100
commit31a813c06954fed9423fabd9f21b5dd24ebce09e (patch)
tree84028e2ad4218c7216d51ae5b371bbff60130818 /docs/contributing.md
parentf6764c85e3638cc231df5b1cc78e4aa46f587519 (diff)
parent081405feaa544b5b5c55a3ac72e629f3f3869a26 (diff)
downloadmeta-raspberrypi-31a813c06954fed9423fabd9f21b5dd24ebce09e.tar.gz
Merge pull request #81 from agherzan/master
[pyro] Update to follow master
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
new file mode 100644
index 0000000..94dbf49
--- /dev/null
+++ b/docs/contributing.md
@@ -0,0 +1,38 @@
1# Contributing
2
3## Mailing list
4
5The main communication tool we use is a mailing list:
6* <yocto@yoctoproject.org>
7* <https://lists.yoctoproject.org/listinfo/yocto>
8
9Feel free to ask any kind of questions but always prepend your email subject
10with "[meta-raspberrypi]". This is because we use the 'yocto' mailing list and
11not a perticular 'meta-raspberrypi' mailing list.
12
13## Patches and pull requests
14
15All the contributions should be compliant with the openembedded patch
16guidelines: <http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines>
17
18To contribute to this project you should send pull requests to the github mirror
19(<https://github.com/agherzan/meta-raspberrypi>). **Additionally** you can send
20the patches for review to the above specified mailing list.
21
22When creating patches for the mailing list, please use something like:
23
24 git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin
25
26When sending patches to the mailing list, please use something like:
27
28 git send-email --to yocto@yoctoproject.org <generated patch>
29
30## Github issues
31
32In order to manage and trace the meta-raspberrypi issues, we use github issues:
33<https://github.com/agherzan/meta-raspberrypi/issues>
34
35If you push patches which have a github issue associated, please provide the
36issue number in the commit log just before "Signed-off-by" line(s). Example line
37for a bug:
38`[Issue #13]`