diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-30 16:31:34 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-04 05:21:28 -1000 |
commit | 6ecbb1a032f435f8e76ce90b9482e2cf2b2dd141 (patch) | |
tree | eb42ff359955adacd1a777c260b09d37f603fb81 | |
parent | c7c5a23a76138f742dc88d76a15637039adbad8d (diff) | |
download | poky-6ecbb1a032f435f8e76ce90b9482e2cf2b2dd141.tar.gz |
README: Update to point to new contributor guide
Now we have a contributor guide combining various wiki pages, point at
that.
(From OE-Core rev: b39533ce98a106744738b92d473201bdbd2f643c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 43a3ab6b412186b6c7494e928809662c4ec462f9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | README.OE-Core.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/README.OE-Core.md b/README.OE-Core.md index 2f2127fb03..31b1bf52b4 100644 --- a/README.OE-Core.md +++ b/README.OE-Core.md | |||
@@ -16,9 +16,13 @@ which can be found at: | |||
16 | Contributing | 16 | Contributing |
17 | ------------ | 17 | ------------ |
18 | 18 | ||
19 | Please refer to | 19 | Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/ |
20 | https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | 20 | for full details on how to submit changes. |
21 | for guidelines on how to submit patches. | 21 | |
22 | As a quick guide, patches should be sent to openembedded-core@lists.openembedded.org | ||
23 | The git command to do that would be: | ||
24 | |||
25 | git send-email -M -1 --to openembedded-corel@lists.openembedded.org | ||
22 | 26 | ||
23 | Mailing list: | 27 | Mailing list: |
24 | 28 | ||