From d73620f30427621490a598b2919b126665e0f425 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 22 Nov 2016 08:31:45 +0100 Subject: [PATCH] docs(issue_template): add note about alerting --- .github/ISSUE_TEMPLATE.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f4b0efdf14f..98f6b6fe928 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,5 @@ -* **I'm submitting a ...** -- [ ] Bug report -- [ ] Feature request -- [ ] Question / Support request: **Please do not** open a github issue. [Support Options](http://grafana.org/support/) +Please prefix your title with [Bug] or [Feature request] +For question please check [Support Options](http://grafana.org/support/). **Do not** open a github issue Please include this information: - What Grafana version are you using? @@ -11,7 +9,10 @@ Please include this information: - What was the expected result? - What happened instead? -**IMPORTANT** If it relates to metric data viz: +**IMPORTANT** +If it relates to *metric data viz*: - 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) +If it relates to *alerting* +- An image of the test execution data fully expanded.