Skip to content

Commit 7d2dc1d

Browse files
committed
Adding docs for prioritization of issues.
1 parent 7ee7589 commit 7d2dc1d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/devel/issues.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
GitHub Issues for the Kubernetes Project
2+
========================================
3+
4+
A list quick overview of how we will review and prioritize incoming issues at https://github.com/GoogleCloudPlatform/kubernetes/issues
5+
6+
Priorities
7+
----------
8+
9+
We will use GitHub issue labels for prioritization. The absence of a priority label means the bug has not been reviewed and prioritized yet.
10+
11+
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.
12+
13+
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.
14+
15+
Definitions
16+
-----------
17+
* P0 - something broken for users, build broken, or critical security issue. Someone must drop everything and work on it.
18+
* P1 - must fix for earliest possible OSS binary release (every two weeks)
19+
* P2 - must fix for v1.0 release - will block the release
20+
* P3 - post v1.0
21+
* untriaged - anything without a Priority/PX label will be considered untriaged

0 commit comments

Comments
 (0)