File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 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:
189189* Advanced tasks for once you are comfortable
190190 * :doc: `silencewarnings `
191191 * 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 >`.
192194 * :doc: `fixingissues `
193195* :ref: `tracker ` and :ref: `helptriage `
194196 * :doc: `triaging `
@@ -354,3 +356,4 @@ Full Table of Contents
354356.. _IronPython : http://ironpython.net/
355357.. _Stackless : http://www.stackless.com/
356358.. _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
345345pull request to address these comments, and the review process will
346346thus iterate until a satisfactory solution has emerged.
347347
348+ .. _how-to-review-a-pull-request :
349+
350+
348351How to Review a Pull Request
349352''''''''''''''''''''''''''''
350353
You can’t perform that action at this time.
0 commit comments