From 015b409f2f3025f6d82887ffb423bd4f9be2db87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 3 Jun 2016 08:38:07 +0200 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e53a1159941..88cf2ed6b07 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,12 +1,9 @@ -Thank you for helping us make Grafana even better! - -To help us respond to your issues more quickly, please make sure to add as much information as possible. - -If this issue is about a plugin, please open the issue in that plugin's repository. - -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: +* **I'm submitting a ...** +- [ ] Bug report +- [ ] Feature request +- [ ] Question / Support request => Please do not open a github issue. [Support Options](https://grafana.org/support/) +- +Please include this information: - What Grafana version are you using? - What datasource are you using? - What OS are you running grafana on? @@ -14,6 +11,7 @@ Please include some basic information: - What was the expected result? - 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 -- 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) +