summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..5420797
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,50 @@
1meta-java contribution guidelines
2=================================
3
4Contributing via GitLab.com
5---------------------------
6
7To contribute to this layer you may fork the repository and create a merge
8request at https://gitlab.com/meta-java/meta-java.
9
10Please refer to: https://docs.gitlab.com/ee/user/project/merge_requests/
11for more information on merge requests in GitLab.
12
13Contributing via E-Mail
14-----------------------
15
16To contribute to this layer you may submit the patches for review to the
17mailing list (openembedded-devel@lists.openembedded.org).
18
19Please refer to:
20https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information
21
22for some useful guidelines to be followed when submitting patches.
23
24Mailing list:
25
26 http://lists.openembedded.org/mailman/listinfo/openembedded-devel
27
28Source code:
29
30 git://git.yoctoproject.org/meta-java
31 http://git.yoctoproject.org/git/meta-java
32
33When creating single patches, please use something like:
34
35 git format-patch -M -s --subject-prefix='meta-java][PATCH' -1
36
37When creating a patch series, please add a cover letter describing it shortly.
38Therefore use something like:
39
40 git format-patch -M -s --cover-letter --subject-prefix='meta-java][PATCH' origin
41
42When sending patches, please use something like:
43
44 git send-email --to openembedded-devel@lists.openembedded.org <generated patch(es)>
45
46Please add the main layer maintainers to CC:
47
48 Henning Heinold <henning@itconsulting-heinold.de>
49 Otavio Salvador <otavio@ossystems.com.br>
50 Richard Leitner <richard.leitner@skidata.com>