Merge pull request #5445 from championshuttler/updateContactLink
Update support resources in github issue template
This commit is contained in:
commit
2316cb785f
|
@ -0,0 +1,4 @@
|
||||||
|
contact_links:
|
||||||
|
- name: Support Request
|
||||||
|
url: https://discuss.kubernetes.io
|
||||||
|
about: Support request or question relating to Kubernetes
|
|
@ -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/.
|
|
||||||
-->
|
|
Loading…
Reference in New Issue