Update GitHub issue templates

This commit is contained in:
Matthias Loibl
2019-04-18 18:20:13 +02:00
parent 3d61ac21a3
commit 0275ff08aa
3 changed files with 127 additions and 0 deletions

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

@@ -0,0 +1,51 @@
---
name: Support
about: If you have questions about kube-prometheus
labels: kind/support
---
<!--
Feel free to ask questions in #prometheus-operator on Kubernetes Slack!
-->
**What did you do?**
**Did you expect to see some different?**
**Environment**
* Prometheus Operator version:
`Insert image tag or Git SHA here`
<!-- Try kubectl -n monitoring describe deployment prometheus-operator -->
* Kubernetes version information:
`kubectl version`
<!-- Replace the command with its output above -->
* Kubernetes cluster kind:
insert how you created your cluster: kops, bootkube, tectonic-installer, etc.
* Manifests:
```
insert manifests relevant to the issue
```
* Prometheus Operator Logs:
```
Insert Prometheus Operator logs relevant to the issue here
```
* Prometheus Logs:
```
Insert Prometheus logs relevant to the issue here
```
**Anything else we need to know?**: