diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-08-20 06:39:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-20 06:39:23 -0700 |
| commit | 4b2d1c97c19ef56ceed91d01be99951857a3ad23 (patch) | |
| tree | af0316e05fef295e55daeb420324da1548cd3af7 /.github | |
| parent | 5da9d1d11e46e1ccccc1fe58df61aa33ab3967d5 (diff) | |
| parent | 66e0c750c8dd9a6a55abdec265483fc5dd9178d9 (diff) | |
Merge pull request #5055 from nikhita/support-template-update
Remove stackoverflow from support template response
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/support.md | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
