summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Killen <bobkillen@google.com>2020-10-02 09:15:07 -0400
committerBob Killen <bobkillen@google.com>2020-10-02 09:15:07 -0400
commit0b0aa63703c81643a54c3a5f8d5ea5ffff3c6834 (patch)
treecceba16e8c144dd27b31b836393e08f8919ef380
parentaa705046e8420d610b9cdb189ddae9de39d6489d (diff)
Update triage/support label references to kind/support
The label triage/support has been reclassified as kind/support. The kind/* family of labels makes more logical sense, as they describe the "kind" of thing an issue or PR is. For more information, see the announcement email: https://groups.google.com/g/kubernetes-dev/c/YcaJpsjjLKw/m/i15cLLx5CAAJ
-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).