From 29daddfc3b29653527874c46048cb6578c5f062c Mon Sep 17 00:00:00 2001 From: Jonas Berner Date: Sun, 14 Sep 2025 12:32:54 +0200 Subject: [PATCH] Fix YAML syntax error --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- .github/ISSUE_TEMPLATE/question.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2fa2743..a96ffec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -85,7 +85,8 @@ body: id: terms attributes: label: Checklist - description: Please confirm the following before submitting: + description: | + Please confirm the following before submitting: options: - label: I have searched existing issues to avoid creating duplicates. required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5c9b4e6..e70309e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -51,7 +51,8 @@ body: id: checklist attributes: label: Checklist - description: Before submitting, please confirm: + description: | + Before submitting, please confirm: options: - label: I have searched existing issues to make sure this feature hasn’t been requested yet. required: true diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 4b20107..f45e1e1 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -45,7 +45,8 @@ body: id: checklist attributes: label: Checklist - description: Before submitting, please confirm the following: + description: | + Before submitting, please confirm the following: options: - label: I have searched existing issues and discussions for a solution. required: true