summaryrefslogtreecommitdiffstats
path: root/meta-oe/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/README.md')
-rw-r--r--meta-oe/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/README.md b/meta-oe/README.md
index 676a2c892..c7c14a450 100644
--- a/meta-oe/README.md
+++ b/meta-oe/README.md
@@ -24,6 +24,11 @@ When sending single patches, please use something like:
24You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded 24You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded
25to share your patches, this is preferred for patch sets consisting of more than one patch. 25to share your patches, this is preferred for patch sets consisting of more than one patch.
26 26
27Note, it is discouraged to send patches via GitHub pull request system. Such
28patches get less attention from developers and can be mishandled or not
29reviewed properly. Please use emails instead. For exemple, you can use
30'git request-pull' to generate an email referencing your git repository.
31
27Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 32Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well,
28'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy 33'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
29to use, has been proven to be reliable and has a really good web GUI. 34to use, has been proven to be reliable and has a really good web GUI.