@@ -43,11 +43,35 @@ or a veteran core developer, they're actively choosing to voluntarily donate the
43
43
time towards the improvement of Python. As is the case with any member of
44
44
the Python Software Foundation, always follow the `PSF Code of Conduct `_.
45
45
46
- .. note ::
46
+ Becoming a member of the Python triage team
47
+ -------------------------------------------
48
+
49
+ Any Python core developers are welcome to invite a Python contributor to the
50
+ Python triage team. Do note that the responsibilities of a Python triager
51
+ is more elevated than a developer on bpo. For example, the Python triager
52
+ has access to more repositories than just CPython. Triagers will be responsible
53
+ to handle not just issues, but also pull requests, and even managing backports.
54
+
55
+ Any existing developers on b.p.o can transition into becoming a Python triager.
56
+ They can request this to any core developer, and the core developer
57
+ can pass the request to the `Python organization admin
58
+ <https://devguide.python.org/devcycle/?highlight=organization%20admin#current-owners> `_
59
+ on GitHub. The request
60
+ can be made confidentially via a DM in Zulip or Discourse, or publicly by opening
61
+ an `issue in the core-workflow repository
62
+ <https://github.com/python/core-workflow/issues/new?template=triage_membership.md> `_.
63
+
64
+ Any contributor who is not already a developer on b.p.o can also self-nominate
65
+ to be a member of Python triage team. They can request this to any core developer,
66
+ confidentially via DM in Zulip or Discourse, or publicly by opening an issue in core-workflow.
67
+ If a core developer agrees and is willing to vouch for them, the core developer
68
+ can pass the request to the GitHub administrator. They should also be added as
69
+ developer on bpo.
70
+
71
+ For every new triager, it would be great to announce them in the python-committers
72
+ mailing list and core-workflow category in Discourse. `Example announcement
73
+ <https://discuss.python.org/t/abhilash-raj-has-been-granted-triage-role-on-github/2089> `_.
47
74
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
-
51
75
52
76
GitHub Labels for PRs
53
77
'''''''''''''''''''''
0 commit comments