File tree 2 files changed +6
-0
lines changed 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ Guide for contributing to Python:
189
189
* Advanced tasks for once you are comfortable
190
190
* :doc: `silencewarnings `
191
191
* Fixing issues found by the :doc: `buildbots <buildbots >`
192
+ * Helping out with reviewing `open pull requests `_.
193
+ See :ref: `how to review a Pull Request <how-to-review-a-pull-request >`.
192
194
* :doc: `fixingissues `
193
195
* :ref: `tracker ` and :ref: `helptriage `
194
196
* :doc: `triaging `
@@ -354,3 +356,4 @@ Full Table of Contents
354
356
.. _IronPython : http://ironpython.net/
355
357
.. _Stackless : http://www.stackless.com/
356
358
.. _Issue tracker : https://bugs.python.org/
359
+ .. _open pull requests : https://github.com/python/cpython/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Aopen%20label%3A%22awaiting%20review%22
Original file line number Diff line number Diff line change @@ -345,6 +345,9 @@ back to them for changes). It is then expected that you update your
345
345
pull request to address these comments, and the review process will
346
346
thus iterate until a satisfactory solution has emerged.
347
347
348
+ .. _how-to-review-a-pull-request :
349
+
350
+
348
351
How to Review a Pull Request
349
352
''''''''''''''''''''''''''''
350
353
You can’t perform that action at this time.
0 commit comments