1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00

github: add issue template

This commit is contained in:
Frederic Branczyk 2017-02-24 16:43:01 +01:00
parent 5279b9c8b5
commit 7f90a69216
No known key found for this signature in database
GPG key ID: CA14788B1E48B256

27
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,27 @@
**What did you do?**
**What did you expect to see?**
**What did you see instead? Under which circumstances?**
**Environment**
* Kubernetes version information:
insert output of `kubectl version` here
* 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
```