Important

This is part of a Draft of the Python Contributor’s Guide. Text in square brackets are notes about content to fill in. Currently, the devguide and this new Contributor’s Guide co-exist in the repo. We are using Sphinx include directives to demonstrate the re-organization. The final Contributor’s Guide will replace the devguide with content in only one place. We welcome help with this!

The [Plan for the Contributor’s Guide] page has more details about the current state of this draft and how you can help. See more info about the Contributor Guide in the discussion forum: Refactoring the DevGuide.

[This is the existing GitHub labels page from the devguide]

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 part of the codebase 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 OS-windows, OS-mac, and OS-freebsd.

Use the 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 Platform experts list.

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 3.N) are updated whenever new feature releases are created or retired.

See also the branch status page for a list of active branches.

Other labels

  • build/performance: for issues related to the build process or performance, respectively.

  • easy: for issues that are considered easy.

  • infra: for issues related to the infrastructure of the project (for example, GitHub Actions, dependabot, the buildbots).

  • pending: for issues/PRs that will be closed unless further feedback is provided.

  • release-blocker/deferred-blocker: for issues/PRs and the branch’s release manager removing or retaining the label as appropriate. that, unless fixed, will hold the current or next release respectively. Triagers may set these labels for issues that must be fixed before a release, will review them and determine if they indeed qualify,

  • sprint: for easier filtering of issues/PRs being worked on during official sprints.

  • stale: for issues/PRs that have been inactive for a while.

  • triaged: for issue has been accepted as valid by a triager.

Labels specific to PRs

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

  • DO-NOT-MERGE: for PRs that shouldn’t be merged in their current state. It also prevents miss-islington from being able to automatically merge the PR.

  • needs backport to X.Y: used to indicate which branches the PR should be backported to. Once the PR is merged, miss-islington will automatically attempt to create backport PRs for the versions indicated by these labels. See also the status of the Python branches for a list of branches and the type of PRs that can be backported to them.

  • skip issue: for trivial changes (such as typo fixes, comment changes, and section rephrases) that don’t require a corresponding issue.

  • skip news: for PRs that don’t need a NEWS entry. The Updating NEWS and What’s New in Python section covers in details in which cases the NEWS entry can be skipped.

  • test-with-buildbots: used to test the latest commit with the buildbot fleet whenever more testing is required before merging. This may take multiple hours to complete.

  • awaiting action: these labels are applied and used by bedevere to indicate the stage of a PR and should not be applied manually.