diff mbox series

[meta-oe] README.md: Hint at "git request-pull"

Message ID 20240914150048.2213828-1-yoann.congal@smile.fr
State Accepted
Headers show
Series [meta-oe] README.md: Hint at "git request-pull" | expand

Commit Message

Yoann Congal Sept. 14, 2024, 3 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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>
---
 meta-oe/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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
 
 Note, it is discouraged to send patches via GitHub pull request system. Such
 patches get less attention from developers and can be mishandled or not
-reviewed properly. Please use emails instead.
+reviewed properly. Please use emails instead. For exemple, you can use
+'git request-pull' to generate an email referencing your git repository.
 
 Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well,
 'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy