From e51e9ec21b0e2b85a39d372c316e7ccfae4b753a Mon Sep 17 00:00:00 2001 From: Marcel Edmund Franke Date: Sat, 6 Jan 2018 23:41:18 +0100 Subject: [PATCH] doc: add issue template for creating a new issue (#348) --- .github/ISSUE_TEMPLATE.md | 69 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 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..63e1fcb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,69 @@ + + +**Description of bug:** + + + +**Steps to reproduce the issue:** +1. +2. +3. + +**Describe the results you received:** + + +**Describe the results you expected:** + + +**Additional information you deem important (e.g. issue happens only occasionally):** + +**Environment**: + + + +**logs** + + \ No newline at end of file