From fe60611e44e4a1dfb4c774b433e345894ba25cdd Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 20 Jul 2017 11:09:06 +0200 Subject: [PATCH] Add an issue template. (#197) --- .github/ISSUE_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..84e0bd2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ + +### Host operating system: output of `uname -a` + +### blackbox_exporter version: output of `blackbox_exporter -version` + + +### 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? -- 2.25.1