From 19d2f116bd33c947ee0edec311da30a13c9b953b Mon Sep 17 00:00:00 2001 From: Gareth Murphy Date: Fri, 6 Jul 2018 13:33:38 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue-template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 00000000..6223758b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,19 @@ +--- +name: Issue template +about: Describe this issue purpose here. + +--- + +## Issue Name + +### Summary + +### Steps to Reproduce + +### Current Behaviour + +### Expected Behaviour + +### Extra Details + +Here you should include details about the system (if it is unique) and possible information about a fix (feel free to link to code where relevant). Screenshots/GIFs are also fine here.