From 68a66dbce861ab639485fc0b6cfde52aa24e9964 Mon Sep 17 00:00:00 2001 From: Colin Redmond Date: Thu, 15 Apr 2021 10:34:44 +0100 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 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..4128f0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +# Please describe what troubleshooting methods you have tried thus far: + + +## Bug report: + + +## Expected Behavior + + +## Current Behavior + + +## Steps to Reproduce + +1. +2. +3. +4.