diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..f91c4cc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,47 @@ +--- +name: Bug Report +about: Something not working as you expect? Let us know! +title: "[BUG] " +labels: bug +assignees: '' +--- + + + +**What seems to be the problem?** + + + +**How can I recreate this problem?** + + + +**What did you expect to happen?** + + + +**Do you have pictures of the problem?** + + + +**What kind of device and web browser are you using?** + + + +**Is there anything else you can offer that might help?** + + + + + diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md new file mode 100644 index 00000000..1e0624cb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -0,0 +1,36 @@ +--- +name: Request a Feature +about: Have an idea that would make this application better? Suggest it! +title: "[FEATURE REQUEST] " +labels: enhancement +assignees: '' +--- + + + +**What feature are you suggesting?** + + + +**Is your feature request related to a problem?** + + + +**Are there any workarounds? Are there any alternative solutions that would work?** + + + +**Are there any other helpful details?** + + + + +