Add issue template.

This commit is contained in:
Alexander Zobnin
2016-09-15 12:37:06 +03:00
committed by GitHub
parent 614ee123b1
commit a997dc9ac3

View File

@@ -1,19 +0,0 @@
##Contributing to Grafana-Zabbix
#### I'm submitting a ...
- [ ] Bug report
- [ ] Feature request
- [ ] Question / Support request
#### For bug report please include this information:
- What Grafana version are you using?
- What Zabbix version are you using?
- What zabbix plugin version are you using?
- What OS are you running grafana on?
- What did you do?
- What was the expected result?
- What happened instead?
**IMPORTANT** If it relates to metric data visualization would be great to get:
- An image or text representation of your metric query
- The raw query and response for the network request (check this in chrome dev tools network tab, here you can see metric requests and other request, please include the request body and request response)