diff options
| author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-09-02 12:34:32 +0300 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-04 07:05:49 -0700 | 
| commit | 9ab901b30228fa6c62e65069e8ae55bc98fbcc55 (patch) | |
| tree | 13be11fc13752e4ef849e9aca2187ee6fad9465a | |
| parent | 2eb7336df2ef962f923b771716bde2945008fb06 (diff) | |
| download | meta-openembedded-9ab901b30228fa6c62e65069e8ae55bc98fbcc55.tar.gz | |
README.md: discourage use of GitHub pull request system
Sending patches via GH results in the reviews of a lesser quality.
Discourage its usage and point out that developers should use emails
only.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/README.md | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/README.md b/meta-oe/README.md index 676a2c8925..0e9d43c10f 100644 --- a/meta-oe/README.md +++ b/meta-oe/README.md  | |||
| @@ -24,6 +24,10 @@ When sending single patches, please use something like: | |||
| 24 | You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded | 24 | You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded | 
| 25 | to share your patches, this is preferred for patch sets consisting of more than one patch. | 25 | to share your patches, this is preferred for patch sets consisting of more than one patch. | 
| 26 | 26 | ||
| 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 | ||
| 29 | reviewed properly. Please use emails instead. | ||
| 30 | |||
| 27 | Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, | 31 | Other 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 | 32 | 'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy | 
| 29 | to use, has been proven to be reliable and has a really good web GUI. | 33 | to use, has been proven to be reliable and has a really good web GUI. | 
