From 3f9115742c3a947882bab3b33d02fdcbfbe1cd17 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Mon, 13 Mar 2017 14:25:45 -0400 Subject: [PATCH] Add a GitHub issue template --- .github/ISSUE_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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 00000000..8a6fd98b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,32 @@ + +### Host operating system: output of `uname -a` + +### node_exporter version: output of `node_exporter -version` + + +### Are you running node_exporter in Docker? + + +### What did you do that produced an error? + +### What did you expect to see? + +### What did you see instead?