Merge branch 'master' of github.com:alexanderzobnin/grafana-zabbix

This commit is contained in:
Alexander Zobnin
2016-09-24 10:08:07 +03:00
3 changed files with 32 additions and 1 deletions

15
.github/CONTRIBUTING.md vendored Normal file
View File

@@ -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:

17
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,17 @@
#### 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)

View File

@@ -1 +0,0 @@
# Contributing to Grafana-Zabbix