Add an issue template. (#197)
authorBen Kochie <superq@gmail.com>
Thu, 20 Jul 2017 09:09:06 +0000 (11:09 +0200)
committerBrian Brazil <brian.brazil@robustperception.io>
Thu, 20 Jul 2017 09:09:06 +0000 (10:09 +0100)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..84e0bd2
--- /dev/null
@@ -0,0 +1,27 @@
+<!--
+       Please note: GitHub issues should only be used for feature requests and
+       bug reports. For general discussions, please refer to one of:
+
+       - #prometheus on freenode
+       - the Prometheus Users list: https://groups.google.com/forum/#!forum/prometheus-users
+
+       For bug reports, please fill out the below fields and provide as much detail
+       as possible about your issue.  For feature requests, you may omit the
+       following template.
+-->
+### Host operating system: output of `uname -a`
+
+### blackbox_exporter version: output of `blackbox_exporter -version`
+<!-- If building from source, run `make` first. -->
+
+### What is the blackbox.yml module config.
+
+### What is the prometheus.yml scrape config.
+
+### What logging output did you get from the `blackbox_exporter`?
+
+### What did you do that produced an error?
+
+### What did you expect to see?
+
+### What did you see instead?