Update default.yml

This commit is contained in:
Evan Su 2025-04-12 21:40:42 -04:00 committed by GitHub
parent ea9105b91a
commit 837281168d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,17 +11,13 @@ body:
Test abc Test abc
- type: checkboxes - type: checkboxes
attributes: attributes:
label: "Please confirm" label: "Please confirm:"
options: options:
- label: I have read and agree to the rules - label: "I have read and agree to the rules"
required: true required: true
- type: input - type: input
attributes: attributes:
label: Describe the issue briefly label: "Describe the issue briefly in a few sentences:"
description: "Give a short (max one paragraph in length) summary" description: "After creating the issue, you can add more details in a separate comment"
validations: validations:
required: true required: true
- type: markdown
attributes:
value: |
Create the issue and you can add additional details in a separate comment.