diff options
| author | Brian Grant <bgrant0607@users.noreply.github.com> | 2017-07-24 09:54:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-24 09:54:10 -0700 |
| commit | 0f4e5ba2485d37aa8a92d59e0ef6fc4962ca7d74 (patch) | |
| tree | d304d772e0e332a30c5199d05d46832a0dee56ed | |
| parent | 35050d15338774207145190ad3a0140620b02093 (diff) | |
| parent | bd5cacb8562cb25091e144149da0dd00565e6053 (diff) | |
Merge pull request #839 from spzala/triageupdate
Change numerical priorities to verbose
| -rw-r--r-- | contributors/devel/issues.md | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/contributors/devel/issues.md b/contributors/devel/issues.md index 0922e460..ecebc7ae 100644 --- a/contributors/devel/issues.md +++ b/contributors/devel/issues.md @@ -83,9 +83,10 @@ please do let us know and we will evaluate your counter-proposal. - **priority/critical-urgent**: Must be actively worked on as someone's top priority right now. Stuff is burning. If it's not being actively worked on, someone is expected to drop what they're doing immediately to work on it. Team -leaders are responsible for making sure that all P0's in their area are being -actively worked on. Examples include user-visible bugs in core features, broken -builds or tests and critical security issues. +leaders are responsible for making sure that all the issues, labeled with this +priority, in their area are being actively worked on. Examples include +user-visible bugs in core features, broken builds or tests and critical +security issues. - **priority/failing-test**: Automatically filed frequently failing test. Needs to be investigated. @@ -112,7 +113,7 @@ good ideas, so that they don't get completely forgotten, and can be referenced If you are not sure of who should own issue, defer to the SIG label only. If you feel the issue should warrant a notification,you can ping a team with an @ mention, in this format, `@kubernetes/sig-<group-name>-<group-suffix>`. -Here the `<group-suffix>` can be one of `bugs, feature-requests,pr-reviews, test-failures, proposals`. +Here the `<group-suffix>` can be one of `bugs, feature-requests, pr-reviews, test-failures, proposals`. For example, `@kubernetes/sig-cluster-lifecycle-bugs, can you have a look at this?` If you think you can fix the issue and you are an issue reporter or a component @@ -150,11 +151,13 @@ bug shouldn't be in this milestone for more than a day or two towards the end of a milestone. It should be triaged either into vX.Y, or moved out of the release milestones. -The above [priority](#define-priority) scheme still applies. P0 and P1 issues -are work we feel must get done before release. P2 and P3 issues are work we -would merge into the release if it gets done, but we wouldn't block the release -on it. A few days before release, we will probably move all P2 and P3 bugs out -of that milestone in bulk. +The above [priority](#define-priority) scheme still applies. The `priority/critical-urgent` +and `priority/failing-test` issues are work we feel must get done before +release. The `priority/important-soon` and `priority/important-longterm` +issues are work we would merge into the release if it gets done, but we wouldn't +block the release on it. A few days before release, we will probably move all +`priority/important-soon` and `priority/important-longterm` bugs out of +that milestone in bulk. <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> []() |
