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