diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-02-01 06:07:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-01 06:07:49 -0800 |
| commit | 2316cb785fd2bca6ec9bfbce6a5e7df51895780f (patch) | |
| tree | 591845c1b6bd396ba900985b21e27cde2378e43a | |
| parent | 1704220cda56b0b0becc040618a3036e6cf33ba4 (diff) | |
| parent | fca819c0c8d3d43ec893ddc3c90441bb4dbe2fc1 (diff) | |
Merge pull request #5445 from championshuttler/updateContactLink
Update support resources in github issue template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/support.md | 19 |
2 files changed, 4 insertions, 19 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..cb2f48d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Support Request + url: https://discuss.kubernetes.io + about: Support request or question relating to Kubernetes diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md deleted file mode 100644 index 388372ec..00000000 --- a/.github/ISSUE_TEMPLATE/support.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Support Request -about: Support request or question relating to Kubernetes -labels: kind/support - ---- - -<!-- -STOP -- PLEASE READ! - -GitHub is not the right place for support requests. - -If you're looking for help, check the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/) -or our [Discussion Forums](https://discuss.kubernetes.io). - -You can also post your question on the [Kubernetes Slack](http://slack.k8s.io/) or the [Discuss Kubernetes](https://discuss.kubernetes.io/) forum. - -If the matter is security related, please disclose it privately via https://kubernetes.io/security/. ---> |
