summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-10-07 08:31:02 -0700
committerGitHub <noreply@github.com>2020-10-07 08:31:02 -0700
commitc0f0b708d8a7c190790b3b1cbaf0fb5f58da4403 (patch)
treee98e9f41c62b01049e1281ec271fa91829f6700c
parent362e9534b62d8c89d7dae32bc45da1dcf1c4a9dd (diff)
parent0b0aa63703c81643a54c3a5f8d5ea5ffff3c6834 (diff)
Merge pull request #5186 from mrbobbytables/update-labels
Update triage/support label references to kind/support
-rw-r--r--.github/ISSUE_TEMPLATE/support.md2
-rw-r--r--contributors/guide/issue-triage.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md
index cd18c41d..388372ec 100644
--- a/.github/ISSUE_TEMPLATE/support.md
+++ b/.github/ISSUE_TEMPLATE/support.md
@@ -1,7 +1,7 @@
---
name: Support Request
about: Support request or question relating to Kubernetes
-labels: triage/support
+labels: kind/support
---
diff --git a/contributors/guide/issue-triage.md b/contributors/guide/issue-triage.md
index 2e0c1071..9152c7d5 100644
--- a/contributors/guide/issue-triage.md
+++ b/contributors/guide/issue-triage.md
@@ -153,7 +153,7 @@ Use [these labels](https://github.com/kubernetes/kubernetes/labels?utf8=%E2%9C%9
Depending on your permissions, either close or comment on any issues that are identified as support requests, duplicates, or not-reproducible bugs, or that lack enough information from the reporter.
### Support Requests
-Some people mistakenly use GitHub issues to file support requests. Usually they're asking for help configuring some aspect of Kubernetes. To handle such an issue, direct the author to use our [support request channels](#support-requests-channels). Then apply the `triage/support` label, which is directed to our support structures, and apply the `close` label.
+Some people mistakenly use GitHub issues to file support requests. Usually they're asking for help configuring some aspect of Kubernetes. To handle such an issue, direct the author to use our [support request channels](#support-requests-channels). Then apply the `kind/support` label, which is directed to our support structures, and apply the `close` label.
Please find more detailed information about Support Requests in the [Footnotes section](#footnotes).