Add general issue template structure for k/community

This commit is contained in:
Christoph Blecker 2019-02-20 10:11:08 -08:00
parent 3a54075de3
commit 532b426b17
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
name: General Issue
about: Open a general issue in the kubernetes/community repo
title: ''
labels: ''
assignees: ''
---

18
.github/ISSUE_TEMPLATE/support.md vendored Normal file
View File

@ -0,0 +1,18 @@
---
name: Support Request
about: Support request or question relating to Kubernetes
labels: triage/support
---
<!--
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/).
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/.
-->

4
.github/OWNERS vendored Normal file
View File

@ -0,0 +1,4 @@
# See the OWNERS docs at https://go.k8s.io/owners
labels:
- sig/contributor-experience