Skip to content

Rename expert labels to topic labels #1076

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions triage/labels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,31 @@ These labels are mostly used to specify which :ref:`part of the codebase
(written in Python) and other changes related to tests, :mod:`unittest`,
or :mod:`doctest`.

OS labels
=========

Expert labels
=============
These labels are used to specify which operating systems are affected.
Since most issues either affect all systems or are specific to Unix,
the only available labels are :gh-label:`OS-windows`, :gh-label:`OS-mac`,
and :gh-label:`OS-freebsd`.


.. _Expert labels:
.. _Topic labels:

Topic labels
============

These labels are used to specify the area of expertise required to address
These labels are used to denote the specific topic area, if any, of
the issue/PR. This includes both specific modules/packages and generic
interest areas.

Adding these labels is also a way to notify the relevant experts, since
they are encouraged to subscribe to them. Depending on the label,
this might also automatically add the issue to a GitHub project.

You can see the `full list of expert labels on GitHub
<https://github.com/python/cpython/labels?q=expert>`_.


OS labels
=========

These labels are used to specify which operating systems are affected.
Since most issues either affect all systems or are specific to Unix,
the only available labels are :gh-label:`OS-windows`, :gh-label:`OS-mac`,
and :gh-label:`OS-freebsd`.
You can see the `full list of topic labels on GitHub
<https://github.com/python/cpython/labels?q=topic>`_.


Version labels
Expand Down