From f247aa0aec005b0474570ee1b1851050c1e71902 Mon Sep 17 00:00:00 2001 From: todd Date: Thu, 17 Nov 2016 12:35:07 -0800 Subject: [PATCH] closes #150. Created a GitHub issue template --- .github/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 000000000..4d1bb8685 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +## Mycodo Issue Report: + - Specific Mycodo Version: + - git commit hash: + +#### Problem Description +Please list: + + - what were you trying to do + - specific setup details that are involved + +### Errors + - List any errors you encountered. + - Copy and pasting crash logs, or link to any specific +code lines you've isolated (please use GitHub permalinks for this) + + +### Steps to Reproduce the issue: +How can this issue be reproduced? + 1. step 1 + 2. step 2... + 3. etc + +### Additional Notes +Is there anything that should be added to make it easier +to address this issue? \ No newline at end of file