diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 3ca47b578..af2098e1b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,8 @@ name: "\U0001F41B Bug report" about: Create a report to help us fix things title: '' -labels: ['bug', 'needs-triage'] +labels: ['needs-triage'] +type: "bug" assignees: '' projects: ['nightscout/2'] diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index de0a0edce..e92c2c3fb 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -2,7 +2,8 @@ name: "\U0001F4A1 Feature request \U0001F4A1" about: Suggest an idea for this project title: '' -labels: ['enhancement', 'needs-triage'] +labels: ['needs-triage'] +types: "feature" assignees: '' projects: ['nightscout/2']