From 614ee123b1c4e831fca6d953b49d2a967aae025d Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 15 Sep 2016 12:34:31 +0300 Subject: [PATCH 1/3] Update contribution guidelines. --- .github/CONTRIBUTING.md | 19 +++++++++++++++++++ CONTRIBUTING.md | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .github/CONTRIBUTING.md delete mode 100644 CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..e2c2034 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,19 @@ +##Contributing to Grafana-Zabbix + +#### I'm submitting a ... +- [ ] Bug report +- [ ] Feature request +- [ ] Question / Support request + +#### For bug report please include this information: +- What Grafana version are you using? +- What Zabbix version are you using? +- What zabbix plugin version are you using? +- What OS are you running grafana on? +- What did you do? +- What was the expected result? +- What happened instead? + +**IMPORTANT** 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/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index be343e6..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -# Contributing to Grafana-Zabbix \ No newline at end of file From a997dc9ac374ee50b8f2a670650eaef8e1d665dd Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 15 Sep 2016 12:37:06 +0300 Subject: [PATCH 2/3] Add issue template. --- .github/{CONTRIBUTING.md => ISSUE_TEMPLATE.md} | 2 -- 1 file changed, 2 deletions(-) rename .github/{CONTRIBUTING.md => ISSUE_TEMPLATE.md} (95%) diff --git a/.github/CONTRIBUTING.md b/.github/ISSUE_TEMPLATE.md similarity index 95% rename from .github/CONTRIBUTING.md rename to .github/ISSUE_TEMPLATE.md index e2c2034..1e848bf 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,3 @@ -##Contributing to Grafana-Zabbix - #### I'm submitting a ... - [ ] Bug report - [ ] Feature request From 5a1a2278798813ebc549f92b547454c7f57caaa4 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 15 Sep 2016 12:48:05 +0300 Subject: [PATCH 3/3] Write contribution guidelines. --- .github/CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..4242942 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,15 @@ +## How to contribute to Grafana-Zabbix + +#### **Did you find a bug?** + +* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/alexanderzobnin/grafana-zabbix/issues). + +* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/alexanderzobnin/grafana-zabbix/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible. + +#### **Did you write a patch that fixes a bug?** + +* Open a new GitHub pull request with the patch. + +* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. + +Thanks! :heart: :heart: :heart: