diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-09-14 17:00:48 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-14 08:43:55 -0700 |
commit | ca28595f7a215462dcfb9bdfa36ae68a6a62faa3 (patch) | |
tree | aa579b04cb718138366fb1d0b6a85280a1179e7d | |
parent | 293473d4c8790141e6f539ec74af784f67a7839d (diff) | |
download | meta-openembedded-ca28595f7a215462dcfb9bdfa36ae68a6a62faa3.tar.gz |
README.md: Hint at "git request-pull"
Github pull requests are not recommended. When a Github contributor
wants to send patches from its repo, hint at "git request-pull"
generated emails to guide them on the right way.
Cc: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/README.md b/meta-oe/README.md index 0e9d43c10f..c7c14a4507 100644 --- a/meta-oe/README.md +++ b/meta-oe/README.md | |||
@@ -26,7 +26,8 @@ to share your patches, this is preferred for patch sets consisting of more than | |||
26 | 26 | ||
27 | Note, it is discouraged to send patches via GitHub pull request system. Such | 27 | Note, it is discouraged to send patches via GitHub pull request system. Such |
28 | patches get less attention from developers and can be mishandled or not | 28 | patches get less attention from developers and can be mishandled or not |
29 | reviewed properly. Please use emails instead. | 29 | reviewed properly. Please use emails instead. For exemple, you can use |
30 | 'git request-pull' to generate an email referencing your git repository. | ||
30 | 31 | ||
31 | Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, | 32 | Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, |
32 | '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 |