diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 435cbdcbe..a7ef0f2dd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,23 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help us address issues you are facing with the app title: "[BUG]" -labels: bug +labels: bug, 'triage: needed' assignees: '' --- + + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f45586549..66ac7d348 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,12 +1,23 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest a new feature to be included in the app title: "[FEATURE]" -labels: enhancement -assignees: '' +labels: feature, 'triage: needed' +assignees: 'msfjarvis' --- + + **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 [...]