From bbbe7dbf67d67a9520e8100ebba4046eb4454e32 Mon Sep 17 00:00:00 2001 From: Sjoerd Bozon Date: Sun, 26 Jan 2025 18:01:11 +0100 Subject: [PATCH] fix(issuetemplates): need to be in double qoutes 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 d9dbc233b..af2098e1b 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 cd7eb03b7..e92c2c3fb 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']