summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-07-23 12:47:18 -0700
committerGitHub <noreply@github.com>2018-07-23 12:47:18 -0700
commite09c6f49bb0186860d31c292cf9752ffeb80c028 (patch)
treea441cf29dc863ce85c80db8a09ca6160ba3154ae
parentce6d27c414824bca8e260f192a210a772fcf44e2 (diff)
parent0ebfd53d951d27d15fe6ce7e2d67a582b2e22c32 (diff)
Merge pull request #2400 from spzala/triagesupport
Use the triage support label
-rw-r--r--contributors/guide/issue-triage.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/issue-triage.md b/contributors/guide/issue-triage.md
index 6eda563d..7534498b 100644
--- a/contributors/guide/issue-triage.md
+++ b/contributors/guide/issue-triage.md
@@ -40,7 +40,7 @@ and this document will cover the basic ones.
Sometimes users ask for support requests in issues; these are usually requests
from people who need help configuring some aspect of Kubernetes. These issues
-should be labeled with `kind/support`, directed to our support structures
+should be labeled with `triage/support`, directed to our support structures
(see below) and then closed. Also, if the issue is clearly abandoned or in the
wrong place, it should be closed. Keep in mind that only issue reporter,
assignees and component organization members can close issue. If you do not
@@ -215,7 +215,7 @@ or lacks enough information from reporter should be closed following guidelines
explained in this file. Also, any issues that can not be resolved because of
any particular reason should be closed. These issues should have one or more
of following self-readable labels:
-* `kind/support`: Indicates an issues is not a bug but a support request.
+* `triage/support`: Indicates an issues is not a bug but a support request.
* `triage/duplicate`: Indicates an issue is a duplicate of other open issue.
* `triage/not-reproducible`: Indicates an issue can not be reproduced as
described.