@@ -154,38 +154,7 @@ Core developers and contributors alike will find the following guides useful:
154
154
* `How to Contribute to Open Source <https://opensource.guide/how-to-contribute/ >`_
155
155
* `Building Welcoming Communities <https://opensource.guide/building-community/ >`_
156
156
157
- Guide for contributing to Python:
158
-
159
- +------------------------+---------------------+-----------------------+---------------------+
160
- | New Contributors | Documentarians | Triagers | Core Developers |
161
- +========================+=====================+=======================+=====================+
162
- | :ref: `setup ` | :ref: `docquality ` | :ref: `tracker ` | :ref: `coredev ` |
163
- +------------------------+---------------------+-----------------------+---------------------+
164
- | :ref: `help ` | :ref: `documenting ` | :ref: `triaging ` | :ref: `developers ` |
165
- +------------------------+---------------------+-----------------------+---------------------+
166
- | :ref: `pullrequest ` | :ref: `style-guide ` | :ref: `helptriage ` | :ref: `committing ` |
167
- +------------------------+---------------------+-----------------------+---------------------+
168
- | :ref: `runtests ` | :ref: `rst-primer ` | :ref: `experts ` | :ref: `devcycle ` |
169
- +------------------------+---------------------+-----------------------+---------------------+
170
- | :ref: `fixingissues ` | :ref: `translating ` | | :ref: `motivations ` |
171
- +------------------------+---------------------+-----------------------+---------------------+
172
- | :ref: `communication ` | | | :ref: `office hour ` |
173
- +------------------------+---------------------+-----------------------+---------------------+
174
- | :ref: `gitbootcamp ` | | | |
175
- +------------------------+---------------------+-----------------------+---------------------+
176
-
177
- Advanced tasks and topics for once you are comfortable:
178
-
179
- * :ref: `silencewarnings `
180
- * Fixing issues found by the :ref: `buildbots <buildbots >`
181
- * :ref: `coverity `
182
- * Helping out with reviewing `open pull requests `_.
183
- See :ref: `how to review a Pull Request <how-to-review-a-pull-request >`.
184
- * :ref: `fixingissues `
185
-
186
- It is **recommended ** that the above documents be read as needed. New
187
- contributors will build understanding of the CPython workflow by reading the
188
- sections mentioned in this table. You
157
+ We **recommend ** that the documents in this guide be read as needed. You
189
158
can stop where you feel comfortable and begin contributing immediately without
190
159
reading and understanding these documents all at once. If you do choose to skip
191
160
around within the documentation, be aware that it is written assuming preceding
@@ -317,4 +286,3 @@ Full Table of Contents
317
286
.. _IronPython : https://ironpython.net/
318
287
.. _Stackless : https://github.com/stackless-dev/stackless/wiki/
319
288
.. _Issue tracker : https://github.com/python/cpython/issues
320
- .. _open pull requests : https://github.com/python/cpython/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Aopen%20label%3A%22awaiting%20review%22
0 commit comments