From 1d7ff38f31988b6e765fead606c623e63253a488 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 22 Oct 2018 10:43:25 +0300 Subject: [PATCH] remove old issue template --- .github/ISSUE_TEMPLATE.md | 26 ------------------- .../pull_request_template.md | 0 2 files changed, 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (100%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 1bb5505..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ -### I'm submitting a ... -- [ ] Bug report -- [ ] Feature requestdd -- [ ] Question / Support request - -_If you don't send bug report, remove sections below_ -### For bug report please include this information: - -**Software Versions** - -| Grafana | Zabbix | Grafana-Zabbix Plugin | -| ------- | ------ | --------------------- | -| x.x.x | x.x.x | x.x.x | - -#### What did you do? -_Describe here_ - -#### What was the expected result? -_Describe here_ - -#### What happened instead? -_Describe here_ - -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) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md