From 60a0e3ece0df08b6d82eec40077d69edc513d8a8 Mon Sep 17 00:00:00 2001 From: Leong Yoke Yi Beatrice <46533056+beesaycheese@users.noreply.github.com> Date: Wed, 28 Jul 2021 12:51:00 +0800 Subject: [PATCH 1/2] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9a4b28fa..29340cd1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- -name: Bug report -about: Report a bug +name: Feature Request +about: Request a feature title: "[Feature Request]" labels: feature request assignees: "" @@ -8,9 +8,12 @@ assignees: "" **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 solution you'd like** 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. From 71d80e8e55091c16b5550cc426d80d4af4c600bb Mon Sep 17 00:00:00 2001 From: Leong Yoke Yi Beatrice <46533056+beesaycheese@users.noreply.github.com> Date: Wed, 28 Jul 2021 13:04:22 +0800 Subject: [PATCH 2/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1f379a99..fe09e091 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug Report about: Report a bug title: "[BUG]" labels: bug