diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2022-03-22 09:23:37 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2022-03-22 09:23:37 +0100 |
commit | 347c5aebe65eda97d276f3046332d05c6dadd6db (patch) | |
tree | 713232d2e53cb0f498d15f16af618cbde801e501 | |
parent | 42878b58b345d9fd1ed9c8229e7799e434d6b024 (diff) | |
download | meta-java-347c5aebe65eda97d276f3046332d05c6dadd6db.tar.gz |
CONTRIBUTING: split out guidelines from README
To shorten the README provide a nowadays "well-known" CONTRIBUTING file
where the contribtion guidelines for meta-java are described.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r-- | CONTRIBUTING.md | 50 | ||||
-rw-r--r-- | README | 48 |
2 files changed, 51 insertions, 47 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 @@ | |||
1 | meta-java contribution guidelines | ||
2 | ================================= | ||
3 | |||
4 | Contributing via GitLab.com | ||
5 | --------------------------- | ||
6 | |||
7 | To contribute to this layer you may fork the repository and create a merge | ||
8 | request at https://gitlab.com/meta-java/meta-java. | ||
9 | |||
10 | Please refer to: https://docs.gitlab.com/ee/user/project/merge_requests/ | ||
11 | for more information on merge requests in GitLab. | ||
12 | |||
13 | Contributing via E-Mail | ||
14 | ----------------------- | ||
15 | |||
16 | To contribute to this layer you may submit the patches for review to the | ||
17 | mailing list (openembedded-devel@lists.openembedded.org). | ||
18 | |||
19 | Please refer to: | ||
20 | https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information | ||
21 | |||
22 | for some useful guidelines to be followed when submitting patches. | ||
23 | |||
24 | Mailing list: | ||
25 | |||
26 | http://lists.openembedded.org/mailman/listinfo/openembedded-devel | ||
27 | |||
28 | Source code: | ||
29 | |||
30 | git://git.yoctoproject.org/meta-java | ||
31 | http://git.yoctoproject.org/git/meta-java | ||
32 | |||
33 | When creating single patches, please use something like: | ||
34 | |||
35 | git format-patch -M -s --subject-prefix='meta-java][PATCH' -1 | ||
36 | |||
37 | When creating a patch series, please add a cover letter describing it shortly. | ||
38 | Therefore use something like: | ||
39 | |||
40 | git format-patch -M -s --cover-letter --subject-prefix='meta-java][PATCH' origin | ||
41 | |||
42 | When sending patches, please use something like: | ||
43 | |||
44 | git send-email --to openembedded-devel@lists.openembedded.org <generated patch(es)> | ||
45 | |||
46 | Please 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> | ||
@@ -25,53 +25,7 @@ revision: HEAD | |||
25 | For use with a specific Yocto Project release please refer to the corresponding | 25 | For use with a specific Yocto Project release please refer to the corresponding |
26 | git branches. | 26 | git branches. |
27 | 27 | ||
28 | Contributing via E-Mail | 28 | Guides on how to contribute to meta-java are described in CONTRIBUTING.md. |
29 | ----------------------- | ||
30 | |||
31 | To contribute to this layer you may submit the patches for review to the | ||
32 | mailing list (openembedded-devel@lists.openembedded.org). | ||
33 | |||
34 | Please refer to: | ||
35 | https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information | ||
36 | |||
37 | for some useful guidelines to be followed when submitting patches. | ||
38 | |||
39 | Mailing list: | ||
40 | |||
41 | http://lists.openembedded.org/mailman/listinfo/openembedded-devel | ||
42 | |||
43 | Source code: | ||
44 | |||
45 | git://git.yoctoproject.org/meta-java | ||
46 | http://git.yoctoproject.org/git/meta-java | ||
47 | |||
48 | When creating single patches, please use something like: | ||
49 | |||
50 | git format-patch -M -s --subject-prefix='meta-java][PATCH' -1 | ||
51 | |||
52 | When creating a patch series, please add a cover letter describing it shortly. | ||
53 | Therefore use something like: | ||
54 | |||
55 | git format-patch -M -s --cover-letter --subject-prefix='meta-java][PATCH' origin | ||
56 | |||
57 | When sending patches, please use something like: | ||
58 | |||
59 | git send-email --to openembedded-devel@lists.openembedded.org <generated patch(es)> | ||
60 | |||
61 | Main layer maintainers: | ||
62 | |||
63 | Henning Heinold <henning@itconsulting-heinold.de> | ||
64 | Otavio Salvador <otavio@ossystems.com.br> | ||
65 | Richard Leitner <richard.leitner@skidata.com> | ||
66 | |||
67 | Contributing via GitLab | ||
68 | ----------------------- | ||
69 | |||
70 | To contribute to this layer you may also fork the repository and create a merge | ||
71 | request at https://gitlab.com/meta-java/meta-java. | ||
72 | |||
73 | Please refer to: https://docs.gitlab.com/ee/user/project/merge_requests/ | ||
74 | for more information on merge requests in GitLab. | ||
75 | 29 | ||
76 | Testing | 30 | Testing |
77 | ------- | 31 | ------- |