mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-22 01:58:32 +02:00
23 lines
599 B
YAML
23 lines
599 B
YAML
name: Default template
|
|
description: The default template for all issues
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# Rules
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Test abc
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "Please confirm:"
|
|
options:
|
|
- label: "I have read and agree to the rules"
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: "Describe the issue briefly in a few sentences:"
|
|
description: "After creating the issue, you can add more details in a separate comment"
|
|
validations:
|
|
required: true
|