From 08343e4a993463d1b20aecee190e618bb15f64c4 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Mon, 22 Aug 2022 14:00:40 -0400 Subject: [PATCH] issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 47 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/request-a-feature.md | 36 ++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/request-a-feature.md 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?** + + + + +