@@ -9,6 +9,45 @@ and developers.
99Contributors with the Developer role on the `issue tracker `_ can triage issues
1010directly without any assistance.
1111
12+ Additionally, this section provides an overview of the Python triage team.
13+
14+ Python triage team
15+ ------------------
16+
17+ The Python triage team is a group dedicated towards improving workflow
18+ efficiency through thoughtful review and triage of open issues and pull
19+ requests. This helps contributors receive timely feedback and enables core
20+ developers to focus on reviewed items which reduces their workload. The
21+ expectations of this role expand upon the "Developer" role on the
22+ `issue tracker `_. The responsibilities listed below are primarily centered
23+ around the Python GitHub repositories. This extends beyond CPython, and, as
24+ needed, to other repos such as devguide and core-workflow.
25+
26+ Responsibilities include:
27+
28+ * PR/issue management
29+ - Renaming PRs
30+ - Reviewing PRs
31+ - Closing PRs and issues
32+ - Assisting contributors
33+ - Notifying appropriate core developers
34+ * Applying appropriate labels to PRs/Issues
35+ - Skip news
36+ - Skip issue
37+ - Good first issue
38+ - Other categorizations
39+
40+ It is also of paramount importance to treat every contributor to the Python
41+ project kindly and with respect. Regardless of whether they're entirely new
42+ or a veteran core developer, they're actively choosing to voluntarily donate their
43+ time towards the improvement of Python. As is the case with any member of
44+ the Python Software Foundation, always follow the `PSF Code of Conduct `_.
45+
46+ .. note ::
47+
48+ Existing members with the "Developer" role on the `issue tracker `_ are welcome to
49+ self-nominate for triage team membership if they are interested.
50+
1251Fields in the Issue Tracker
1352---------------------------
1453
@@ -439,3 +478,4 @@ Checklist for Triaging
439478.. _Reporting security issues in Python : https://www.python.org/news/security/
440479.. _python-ideas : https://mail.python.org/mailman/listinfo/python-ideas
441480.. _release schedule : https://devguide.python.org/#status-of-python-branches
481+ .. _PSF Code of Conduct : https://www.python.org/psf/codeofconduct/
0 commit comments