From 1ac94816e279738a05089e730fb3cca092bff247 Mon Sep 17 00:00:00 2001 From: 0xSage <69952136+0xSage@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:46:12 +0800 Subject: [PATCH] Update issue templates --- .../epic--large-feature-request-.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/epic--large-feature-request-.md diff --git a/.github/ISSUE_TEMPLATE/epic--large-feature-request-.md b/.github/ISSUE_TEMPLATE/epic--large-feature-request-.md new file mode 100644 index 0000000000..942a5ae4a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic--large-feature-request-.md @@ -0,0 +1,17 @@ +--- +name: Epic (large feature request) +about: Suggest an idea for this project +title: 'epic: [DESCRIPTION]' +labels: 'type: epic' +assignees: '' + +--- + +**Problem** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Success Criteria** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the epic request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 934e158141..26f586bd0d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: 'feat: [DESCRIPTION]' -labels: 'type: bug' +labels: 'type: feature request' assignees: '' ---