From 2b290367051db6401c28ee2d7daac8c777f126f9 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 22 Oct 2018 10:25:00 +0300 Subject: [PATCH] Update issue template for bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..fec3f65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Network data** +If it's related to metric data visualization would be great to get the raw query and response for the network request (check this in browser dev tools network tab, there you can see metric requests, please include the request body and request response) + +**Software versions** + +| Grafana | Zabbix | Grafana-Zabbix Plugin | +| ------- | ------ | --------------------- | +| x.x.x | x.x.x | x.x.x |