Merge pull request #6307 from GoogleCloudPlatform/goltermann-issues-1

Update issues.md with modified priority definitions
This commit is contained in:
Prashanth B 2015-04-01 17:13:08 -07:00
commit 3f2309ad15

View File

@ -8,14 +8,12 @@ Priorities
We will use GitHub issue labels for prioritization. The absence of a priority label means the bug has not been reviewed and prioritized yet. We will use GitHub issue labels for prioritization. The absence of a priority label means the bug has not been reviewed and prioritized yet.
Priorities are "moment in time" labels, and what is low priority today, could be high priority tomorrow, and vice versa. As we move to v1.0, we may decide certain bugs aren't actually needed yet, or that others really do need to be pulled in.
Here we define the priorities for up until v1.0. Once the Kubernetes project hits 1.0, we will revisit the scheme and update as appropriate.
Definitions Definitions
----------- -----------
* P0 - something broken for users, build broken, or critical security issue. Someone must drop everything and work on it. * P0 - something broken for users, build broken, or critical security issue. Someone must drop everything and work on it.
* P1 - must fix for earliest possible OSS binary release (every two weeks) * P1 - must fix for earliest possible binary release (every two weeks)
* P2 - must fix for v1.0 release - will block the release * P2 - should be fixed in next major release version
* P3 - post v1.0 * P3 - default priority for lower importance bugs that we still want to track and plan to fix at some point
* untriaged - anything without a Priority/PX label will be considered untriaged * design - priority/design is for issues that are used to track design discussions
* support - priority/support is used for issues tracking user support requests
* untriaged - anything without a priority/X label will be considered untriaged