aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2017-03-13 14:25:45 -0400
committerMatt Layher <mdlayher@gmail.com>2017-03-13 14:28:31 -0400
commit3f9115742c3a947882bab3b33d02fdcbfbe1cd17 (patch)
tree9334f6c1ce84940c0e1b241d987918631d4ada0e
parentd92dc8cabe331998b89cd644c9eff79253e9f5c9 (diff)
downloadprometheus_node_collector-3f9115742c3a947882bab3b33d02fdcbfbe1cd17.tar.bz2
prometheus_node_collector-3f9115742c3a947882bab3b33d02fdcbfbe1cd17.tar.xz
prometheus_node_collector-3f9115742c3a947882bab3b33d02fdcbfbe1cd17.zip
Add a GitHub issue template
-rw-r--r--.github/ISSUE_TEMPLATE.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..8a6fd98
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,32 @@
1<!--
2 Please note: GitHub issues should only be used for feature requests and
3 bug reports. For general discussions, please refer to one of:
4
5 - #prometheus on freenode
6 - the Prometheus Users list: https://groups.google.com/forum/#!forum/prometheus-users
7
8 Before filing a bug report, note that running node_exporter in Docker is
9 not recommended, for the reasons detailed in the README:
10
11 https://github.com/prometheus/node_exporter#using-docker
12
13 Finally, also note that node_exporter is focused on *NIX kernels, and the
14 WMI exporter should be used instead on Windows.
15
16 For bug reports, please fill out the below fields and provide as much detail
17 as possible about your issue. For feature requests, you may omit the
18 following template.
19-->
20### Host operating system: output of `uname -a`
21
22### node_exporter version: output of `node_exporter -version`
23<!-- If building from source, run `make` first. -->
24
25### Are you running node_exporter in Docker?
26<!-- Please note the warning above. -->
27
28### What did you do that produced an error?
29
30### What did you expect to see?
31
32### What did you see instead?