mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-17 15:58:32 +02:00
26 lines
656 B
YAML
26 lines
656 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:
|
|
options:
|
|
- label: I have read and agree to the rules
|
|
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.
|