Skip to content

Latest commit

 

History

History
171 lines (134 loc) · 6.37 KB

labels.rst

File metadata and controls

171 lines (134 loc) · 6.37 KB

GitHub labels

Triagers, core developers and bots can add labels on GitHub to categorize issues and pull requests. Many labels are shared for both use cases, while some are dedicated only to one. Below is a possibly inexhaustive list, but it should get you going. For a full list, see here.

Type labels

These labels are used to specify the type of issue:

Component labels

These labels are mostly used to specify which :ref:`part of the codebase <build_directory_structure>` is affected by the issue/PR:

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, we don't have a dedicated Unix label.

Use the :gh-label:`OS-unsupported` label for issues on platforms outside the support tiers defined in PEP 11. Applying this label adds the issue to a GitHub project where it can be categorized further. See also the :ref:`Platform experts list <platform-experts>`.

Topic labels

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 topic labels on GitHub.

Version labels

These labels are used to indicate which versions of Python are affected. The available version labels (with the form :samp:`3.{N}`) are updated whenever new feature releases are created or retired.

See also :ref:`the branch status page <branchstatus>` for a list of active branches.

Other labels

Labels specific to PRs

The following labels only apply to :ref:`Pull Requests <pullrequest>`. They are either set automatically by bots, or added by humans to trigger specific bot behaviors.