Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
Open
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
20 changes: 12 additions & 8 deletions maintaining/maintainers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,28 +142,32 @@ issues.
compliant to the [Breaking
Change](https://docs.google.com/document/d/1q5GGRxKrF_mnwtaPKI487P8OdDRh2nN7jX6U-FXnHL0/edit?pli=1#heading=h.ceof6vpkb3ik)
policy. No practical workaround exists.
* Issues marked as P0 are under active development.
* [**P1**](https://github.com/bazelbuild/bazel/labels/P1) - Critical defect or
feature which should be addressed in the next release, or a serious issue that
impacts many users (including the development of the Bazel project), but a
practical workaround exists. Typically does not require immediate action. In
high demand and planned in the current quarter's roadmap.
* Issues marked as P1 are under active development.
* [**P2**](https://github.com/bazelbuild/bazel/labels/P2) - Defect or feature
that should be addressed but we don't currently work on. Moderate live issue
in a released Bazel version that is inconvenient for a user that needs to be
addressed in an future release and/or a easy workaround exists.
* Issues marked as P2 are part of the actively maintained backlog. While the
Bazel team is not actively working on these issues, they are considered to
be re-reviewed at later point in time.
* [**P3**](https://github.com/bazelbuild/bazel/labels/P3) - Desirable minor bug
fix or enhancement with small impact. Not prioritized into Bazel roadmaps or
any imminent release. May never be fixed.
any imminent release. May never be fixed by the Bazel team.
* Issues marked as P3 are not actively managed by the Bazel team.
Community contributions are welcome. Before sending a PR, please reach out
in the issue first to discuss your solution and work with the Bazel team to
find the best reviewer.
* [**P4**](https://github.com/bazelbuild/bazel/labels/P4) - Low priority defect
or feature request that is unlikely to get closed. Can also be kept open for a
potential re-prioritization if more users are impacted.
* [**ice-box**](https://github.com/bazelbuild/bazel/issues?q=label%3Aice-box+is%3Aclosed)
- Issues that we currently don't have time to deal with nor the
time to accept contributions. We will close these issues to indicate that
nobody is working on them, but will continue to monitor their validity over
time and revive them if enough people are impacted and if we happen to have
resources to deal with them. As always, feel free to comment or add reactions
to these issues even when closed.
* Issues marked as P4 are not actively managed until further notice.
Unsolicited PRs will be rejected.

## Team labels

Expand Down