From cefe130de7b95c4f236a768f81925110a4aa53c0 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Thu, 20 Aug 2020 18:47:44 +0530 Subject: [PATCH] .github: remove stackoverflow from support issue template The upstream project isn't officially tied to StackOverflow and we direct folks to Discuss now. --- .github/ISSUE_TEMPLATE/support.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index 8e4aa3aacc6..d4041509301 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -10,7 +10,8 @@ STOP -- PLEASE READ! GitHub is not the right place for support requests. -If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). +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.