Update ISSUE_TEMPLATE.md

This commit is contained in:
Torkel Ödegaard 2016-06-03 08:38:07 +02:00
parent 510360a509
commit 015b409f2f

View File

@ -1,12 +1,9 @@
Thank you for helping us make Grafana even better! * **I'm submitting a ...**
- [ ] Bug report
To help us respond to your issues more quickly, please make sure to add as much information as possible. - [ ] Feature request
- [ ] Question / Support request => Please do not open a github issue. [Support Options](https://grafana.org/support/)
If this issue is about a plugin, please open the issue in that plugin's repository. -
Please include this information:
Start your issue's title with [Feature Request] / [Bug] / [Question] or no tag if you're unsure. Also, please be aware that GitHub now supports uploading of screenshots; look at the bottom of this input field.
Please include some basic information:
- What Grafana version are you using? - What Grafana version are you using?
- What datasource are you using? - What datasource are you using?
- What OS are you running grafana on? - What OS are you running grafana on?
@ -14,6 +11,7 @@ Please include some basic information:
- What was the expected result? - What was the expected result?
- What happenend instead? - What happenend instead?
If your question/bug relates to a metric query / unexpected data visualization, please include: **IMPORTANT** If it realates to metric data viz:
- An image or text representation of your metric query - An image or text representation of your metric query
- The raw query and response from your data source (check this in chrome dev tools network tab) - 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)