diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-10 11:32:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-30 15:54:59 +0100 |
commit | 0c8b5d0e697c344585062ac08b1c5e8ef4ce5758 (patch) | |
tree | bbba0cca257696b04ff954f0994a06eb6317b90d | |
parent | 16dff2be01e8fc73e0057e3795319ea01fdeae5c (diff) | |
download | poky-0c8b5d0e697c344585062ac08b1c5e8ef4ce5758.tar.gz |
contributor guide: call section "Reporting a defect"
Instead of "Submitting a defect".
We all write bugs, and nobody needs documentation
support for doing so!
(From yocto-docs rev: ce94f6ed029afc8c69e84354c03bd0a9ab14f867)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/contributor-guide/index.rst | 2 | ||||
-rw-r--r-- | documentation/contributor-guide/report-defect.rst (renamed from documentation/contributor-guide/submit-defect.rst) | 2 | ||||
-rw-r--r-- | documentation/dev-manual/debugging.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/resources.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/documentation/contributor-guide/index.rst b/documentation/contributor-guide/index.rst index 7a39f994e2..8fa65045a3 100644 --- a/documentation/contributor-guide/index.rst +++ b/documentation/contributor-guide/index.rst | |||
@@ -19,7 +19,7 @@ this. | |||
19 | :numbered: | 19 | :numbered: |
20 | 20 | ||
21 | identify-component | 21 | identify-component |
22 | submit-defect | 22 | report-defect |
23 | recipe-style-guide | 23 | recipe-style-guide |
24 | submit-change | 24 | submit-change |
25 | 25 | ||
diff --git a/documentation/contributor-guide/submit-defect.rst b/documentation/contributor-guide/report-defect.rst index 527ffb2dc0..8ef133b842 100644 --- a/documentation/contributor-guide/submit-defect.rst +++ b/documentation/contributor-guide/report-defect.rst | |||
@@ -1,6 +1,6 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | 1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK |
2 | 2 | ||
3 | Submitting a Defect Against the Yocto Project and OpenEmbedded | 3 | Reporting a Defect Against the Yocto Project and OpenEmbedded |
4 | ************************************************************** | 4 | ************************************************************** |
5 | 5 | ||
6 | You can use the Yocto Project instance of | 6 | You can use the Yocto Project instance of |
diff --git a/documentation/dev-manual/debugging.rst b/documentation/dev-manual/debugging.rst index 3a8d5080ce..890578cc05 100644 --- a/documentation/dev-manual/debugging.rst +++ b/documentation/dev-manual/debugging.rst | |||
@@ -1235,7 +1235,7 @@ Here are some other tips that you might find useful: | |||
1235 | :yocto_bugs:`Bugzilla <>`. For information on | 1235 | :yocto_bugs:`Bugzilla <>`. For information on |
1236 | how to submit a bug against the Yocto Project, see the Yocto Project | 1236 | how to submit a bug against the Yocto Project, see the Yocto Project |
1237 | Bugzilla :yocto_wiki:`wiki page </Bugzilla_Configuration_and_Bug_Tracking>` | 1237 | Bugzilla :yocto_wiki:`wiki page </Bugzilla_Configuration_and_Bug_Tracking>` |
1238 | and the ":doc:`../contributor-guide/submit-defect`" section. | 1238 | and the ":doc:`../contributor-guide/report-defect`" section. |
1239 | 1239 | ||
1240 | .. note:: | 1240 | .. note:: |
1241 | 1241 | ||
diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst index 324d1fad10..8c3726e83b 100644 --- a/documentation/ref-manual/resources.rst +++ b/documentation/ref-manual/resources.rst | |||
@@ -45,7 +45,7 @@ your expectations). | |||
45 | For a general procedure and guidelines on how to use Bugzilla to submit a bug | 45 | For a general procedure and guidelines on how to use Bugzilla to submit a bug |
46 | against the Yocto Project, see the following: | 46 | against the Yocto Project, see the following: |
47 | 47 | ||
48 | - The ":doc:`../contributor-guide/submit-defect`" | 48 | - The ":doc:`../contributor-guide/report-defect`" |
49 | section in the Yocto Project and OpenEmbedded Contributor Guide. | 49 | section in the Yocto Project and OpenEmbedded Contributor Guide. |
50 | 50 | ||
51 | - The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` | 51 | - The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` |
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index d1c440cf19..e1ff51c859 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
@@ -134,7 +134,7 @@ tested on former revisions of "&DISTRO_NAME;", but no longer are: | |||
134 | interested in hearing about your experience. For information on | 134 | interested in hearing about your experience. For information on |
135 | how to submit a bug, see the Yocto Project | 135 | how to submit a bug, see the Yocto Project |
136 | :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` | 136 | :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` |
137 | and the ":doc:`../contributor-guide/submit-defect`" | 137 | and the ":doc:`../contributor-guide/report-defect`" |
138 | section in the Yocto Project and OpenEmbedded Contributor Guide. | 138 | section in the Yocto Project and OpenEmbedded Contributor Guide. |
139 | 139 | ||
140 | Required Packages for the Build Host | 140 | Required Packages for the Build Host |