From 8f833065049b41aa53f33fdb58c888cbb24dc3e7 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 7 Oct 2018 21:33:38 +0000 Subject: [PATCH] Fix issue template --- .../BUG_REPORT.md} | 12 ++++++++---- .github/ISSUE_TEMPLATE/FEAUTRE_REQUEST.md | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/BUG_REPORT.md} (69%) create mode 100644 .github/ISSUE_TEMPLATE/FEAUTRE_REQUEST.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md similarity index 69% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/BUG_REPORT.md index e7137ced..516e0562 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,9 +1,13 @@ -**Please describe the problem you are having in as much detail as possible**: +--- +name: Bug report +about: Report incorrect or unexpected behaviour +--- + +**Please describe the problem you are having in as much detail as possible:** -**Further details**: - -- Xiao version: +**Further details:** +- Version: - Priority this issue should have – please be realistic and elaborate if possible: - [ ] I found this issue while self-hosting the bot. diff --git a/.github/ISSUE_TEMPLATE/FEAUTRE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEAUTRE_REQUEST.md new file mode 100644 index 00000000..a2749435 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEAUTRE_REQUEST.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Request a feature +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the ideal solution** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.