This repository was archived by the owner on Sep 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
Clarification of priority label semantics #339
Open
sventiffe
wants to merge
2
commits into
master
Choose a base branch
from
sventiffe-patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,28 +142,31 @@ 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 encouraged, the Bazel team will accept PRs. | ||
|
||
Please reach out to the team prior submitting PRs. | ||
* [**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 | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to mention the help-wanted label somewhere around here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What would be a good statement?
A bullet point under P3 like "In particular, we welcome contributions to issues with the label "help wanted"." maybe?
While "help wanted" is not restricted to P3 issues, it would be the place where I would mainly expect that label.