Update default.yml

This commit is contained in:
Evan Su 2025-04-12 21:34:07 -04:00 committed by GitHub
parent de386390ef
commit e3eb8b5847
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,9 +5,22 @@ body:
attributes: attributes:
value: | value: |
# Rules # Rules
- type: markdown
attributes:
value: |
Test abc Test abc
- type: checkboxes - type: checkboxes
attributes: attributes:
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
attributes:
label: Describe the issue briefly
description: "Give a short (max one paragraph in length) summary"
validations:
required: true
- type: markdown
attributes:
values: |
Create the issue and you can add additional details in a separate comment.