From f5846beb59fe70f1a29a78eee428e71c9d96757f Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Thu, 20 Aug 2020 18:53:03 +0530 Subject: Remove stackoverflow from support template response --- contributors/guide/issue-triage.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/contributors/guide/issue-triage.md b/contributors/guide/issue-triage.md index 43f2e046..2e0c1071 100644 --- a/contributors/guide/issue-triage.md +++ b/contributors/guide/issue-triage.md @@ -232,9 +232,6 @@ These should be directed to the following: * [User documentation](https://kubernetes.io/docs/home/) and [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/) -* [Stack Overflow](http://stackoverflow.com/questions/tagged/kubernetes) and -[ServerFault](http://serverfault.com/questions/tagged/kubernetes) - * [Slack](https://kubernetes.slack.com) ([registration](http://slack.k8s.io)) * [Discussion forums](https://discuss.kubernetes.io) @@ -242,11 +239,10 @@ These should be directed to the following: ### User Support Response: Example If you see support questions on kubernetes-dev@googlegroups.com or issues asking for -support, try to redirect them to Stack Overflow. Example response: +support, try to redirect them to Discuss. Example response: ```code -Please re-post your question to [Stack Overflow](http://stackoverflow.com/questions/tagged/kubernetes) -or our [Discussion Forums](https://discuss.kubernetes.io). +Please re-post your question to our [Discussion Forums](https://discuss.kubernetes.io). We are trying to consolidate the channels to which questions for help/support are posted so that we can improve our efficiency in responding to your requests, @@ -258,7 +254,7 @@ thread only in one place or, worse, spread across multiple forums. Also, the large volume of support issues on GitHub is making it difficult for us to use issues to identify real bugs. -Members of the Kubernetes community use Stack Overflow and Discussion Forums to field +Members of the Kubernetes community use Discussion Forums to field support requests. Before posting a new question, please search these for answers to similar questions, and also familiarize yourself with: -- cgit v1.2.3 From 66e0c750c8dd9a6a55abdec265483fc5dd9178d9 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Thu, 20 Aug 2020 19:06:18 +0530 Subject: .github: remove stackoverflow from support issue template --- .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 173f5f18..cd18c41d 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. -- cgit v1.2.3