Merge pull request #172 from EchtkPvL/develop

Fix YAML syntax error
This commit is contained in:
Tola Leng
2025-09-14 21:01:03 +07:00
committed by GitHub
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