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 000000000..942a5ae4a --- /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 934e15814..26f586bd0 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: '' ---