diff options
| author | Christoph Blecker <admin@toph.ca> | 2019-02-20 10:11:08 -0800 |
|---|---|---|
| committer | Christoph Blecker <admin@toph.ca> | 2019-02-20 10:11:08 -0800 |
| commit | 532b426b178a33fa6aceb8e310bdd7eefb6fb64f (patch) | |
| tree | 10a42508befa92a050a006b72ca46948673a6916 | |
| parent | 3a54075de3d011ff2f8e4b78ba69a9ae3b2901f1 (diff) | |
Add general issue template structure for k/community
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general-support.md | 8 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/support.md | 18 | ||||
| -rw-r--r-- | .github/OWNERS | 4 | ||||
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md (renamed from .github/PULL_REQUEST_TEMPLATE) | 0 |
4 files changed, 30 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/general-support.md b/.github/ISSUE_TEMPLATE/general-support.md new file mode 100644 index 00000000..f7d517db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-support.md @@ -0,0 +1,8 @@ +--- +name: General Issue +about: Open a general issue in the kubernetes/community repo +title: '' +labels: '' +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 00000000..173f5f18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -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/. +--> diff --git a/.github/OWNERS b/.github/OWNERS new file mode 100644 index 00000000..6355d91c --- /dev/null +++ b/.github/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +labels: + - sig/contributor-experience diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE.md index d08b6fa4..d08b6fa4 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE.md |
