From f77a55966249c8c185b5e3b11000dccacfd91beb Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 15 Aug 2016 08:16:29 +0200 Subject: [PATCH] Add a GitHub issue template. --- .github/ISSUE_TEMPLATE | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..9c991b52 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -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 + + -- 2.30.2