@@ -115,36 +115,20 @@ Core developers and contributors alike will find the following guides useful:
115
115
116
116
Guide for contributing to Python:
117
117
118
- +------------------------+---------------------+-----------------------+---------------------+
119
- | New Contributors | Documentarians | Triagers | Core Developers |
120
- +========================+=====================+=======================+=====================+
121
- | :ref: `setup ` | :ref: `docquality ` | :ref: `tracker ` | :ref: `coredev ` |
122
- +------------------------+---------------------+-----------------------+---------------------+
123
- | :ref: `help ` | :ref: `documenting ` | :ref: `triaging ` | :ref: `developers ` |
124
- +------------------------+---------------------+-----------------------+---------------------+
125
- | :ref: `pullrequest ` | :ref: `style-guide ` | :ref: `helptriage ` | :ref: `committing ` |
126
- +------------------------+---------------------+-----------------------+---------------------+
127
- | :ref: `runtests ` | :ref: `rst-primer ` | :ref: `experts ` | :ref: `devcycle ` |
128
- +------------------------+---------------------+-----------------------+---------------------+
129
- | :ref: `fixingissues ` | :ref: `translating ` | | :ref: `motivations ` |
130
- +------------------------+---------------------+-----------------------+---------------------+
131
- | :ref: `communication ` | | | :ref: `office hour ` |
132
- +------------------------+---------------------+-----------------------+---------------------+
133
- | :ref: `gitbootcamp ` | | | |
134
- +------------------------+---------------------+-----------------------+---------------------+
135
-
136
- Advanced tasks and topics for once you are comfortable:
137
-
138
- * :ref: `silencewarnings `
139
- * Fixing issues found by the :ref: `buildbots <buildbots >`
140
- * :ref: `coverity `
141
- * Helping out with reviewing `open pull requests `_.
142
- See :ref: `how to review a Pull Request <how-to-review-a-pull-request >`.
143
- * :ref: `fixingissues `
144
-
145
- It is **recommended ** that the above documents be read as needed. New
146
- contributors will build understanding of the CPython workflow by reading the
147
- sections mentioned in this table. You
118
+ ======================== =================== ======================= =======================
119
+ Contributors Documentarians Triagers Core Developers
120
+ ======================== =================== ======================= =======================
121
+ :ref: `setup ` :ref: `docquality ` :ref: `tracker ` :ref: `responsibilities `
122
+ :ref: `help ` :ref: `documenting ` :ref: `triaging ` :ref: `developers `
123
+ :ref: `pullrequest ` :ref: `style-guide ` :ref: `helptriage ` :ref: `committing `
124
+ :ref: `runtests ` :ref: `rst-primer ` :ref: `experts ` :ref: `devcycle `
125
+ :ref: `fixingissues ` :ref: `translating ` :ref: `labels ` :ref: `motivations `
126
+ :ref: `communication ` :ref: `gh-faq ` :ref: `office hour `
127
+ :ref: `gitbootcamp ` :ref: `triage-team ` :ref: `experts `
128
+ :ref: `devcycle `
129
+ ======================== =================== ======================= =======================
130
+
131
+ We **recommend ** that the documents in this guide be read as needed. You
148
132
can stop where you feel comfortable and begin contributing immediately without
149
133
reading and understanding these documents all at once. If you do choose to skip
150
134
around within the documentation, be aware that it is written assuming preceding
@@ -265,7 +249,6 @@ Full Table of Contents
265
249
internals/index
266
250
advanced-tools/index
267
251
versions
268
- appendix
269
252
270
253
.. _Buildbot status : https://www.python.org/dev/buildbot/
271
254
.. _Misc directory : https://github.com/python/cpython/tree/main/Misc
0 commit comments