Fix YAML syntax error

This commit is contained in:
Jonas Berner
2025-09-14 12:32:54 +02:00
committed by GitHub
parent 9c44ba6d7f
commit 29daddfc3b
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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 hasnt been requested yet.
required: true
+2 -1
View File
@@ -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