Add a GitHub issue template.
authorFlorian Forster <octo@collectd.org>
Mon, 15 Aug 2016 06:16:29 +0000 (08:16 +0200)
committerFlorian Forster <octo@collectd.org>
Mon, 15 Aug 2016 06:16:29 +0000 (08:16 +0200)
.github/ISSUE_TEMPLATE [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
new file mode 100644 (file)
index 0000000..9c991b5
--- /dev/null
@@ -0,0 +1,18 @@
+*   Version of collectd:
+*   Operating system / distribution:
+
+## Expected behavior
+
+(Description of the behavior / output that you expected)
+
+## Actual behavior
+
+(Description of the behavior / output that you observed)
+
+## Steps to reproduce
+
+*   step 1
+*   step 2
+*   step 3
+
+<!-- vim: set syntax=markdown : -->