From 7c4d05bfee792144d9c9af4339723b446d42fb88 Mon Sep 17 00:00:00 2001 From: Sjoerd Bozon Date: Sun, 26 Jan 2025 17:41:55 +0100 Subject: [PATCH] fix(issuetemplates): need to be in brackets Signed-off-by: Sjoerd Bozon --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f5a13442e..d9dbc233b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -3,7 +3,7 @@ name: "\U0001F41B Bug report" about: Create a report to help us fix things title: '' labels: ['needs-triage'] -type: 'bug' +type: ['bug'] assignees: '' projects: ['nightscout/2'] diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index b33e1c445..cd7eb03b7 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -3,7 +3,7 @@ name: "\U0001F4A1 Feature request \U0001F4A1" about: Suggest an idea for this project title: '' labels: ['needs-triage'] -types: 'feature' +types: ['feature'] assignees: '' projects: ['nightscout/2']