summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-10 17:27:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 15:54:59 +0100
commit9e3b85277085b04fe6d1b57c82c2cae399adede3 (patch)
tree7915b7ca6e63f74b519181b7adc9674b5be98758
parentf004fa65c626d077c2bb9dccfb29c850e1049612 (diff)
downloadpoky-9e3b85277085b04fe6d1b57c82c2cae399adede3.tar.gz
contributor guide: remove unnecessary information about mailing lists
The mailing lists for sending code are sufficient! (From yocto-docs rev: 2ea840c34043d4d630ad2deae0ffd285503d1078) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/contributor-guide/submit-change.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/documentation/contributor-guide/submit-change.rst b/documentation/contributor-guide/submit-change.rst
index 1327b2854c..3fd2b049cf 100644
--- a/documentation/contributor-guide/submit-change.rst
+++ b/documentation/contributor-guide/submit-change.rst
@@ -226,9 +226,7 @@ Using Email to Submit a Patch
226Depending on the components changed, you need to submit the email to a 226Depending on the components changed, you need to submit the email to a
227specific mailing list. For some guidance on which mailing list to use, 227specific mailing list. For some guidance on which mailing list to use,
228see the ":ref:`contributor-guide/submit-change:finding a suitable mailing list`" 228see the ":ref:`contributor-guide/submit-change:finding a suitable mailing list`"
229section above. For a description of all the available 229section above.
230mailing lists, see the ":ref:`Mailing Lists <resources-mailinglist>`" section in the
231Yocto Project Reference Manual.
232 230
233Here is the general procedure on how to submit a patch through email 231Here is the general procedure on how to submit a patch through email
234without using the scripts once the steps in 232without using the scripts once the steps in
@@ -369,10 +367,9 @@ have been followed:
369 you can see who is responsible for the bulk of the changes against 367 you can see who is responsible for the bulk of the changes against
370 the file. 368 the file.
371 369
372 - *Examine the List of Mailing Lists:* For a list of the Yocto 370 - *Find the Mailing List to Use:* See the
373 Project and related mailing lists, see the ":ref:`Mailing 371 ":ref:`contributor-guide/submit-change:finding a suitable mailing list`"
374 lists <resources-mailinglist>`" section in 372 section above.
375 the Yocto Project Reference Manual.
376 373
377#. *Make a Pull Request:* Notify the maintainer or the mailing list that 374#. *Make a Pull Request:* Notify the maintainer or the mailing list that
378 you have pushed a change by making a pull request. 375 you have pushed a change by making a pull request.