mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 13:48:31 +02:00
Update default.yml
This commit is contained in:
parent
de386390ef
commit
e3eb8b5847
1 changed files with 13 additions and 0 deletions
13
.github/ISSUE_TEMPLATE/default.yml
vendored
13
.github/ISSUE_TEMPLATE/default.yml
vendored
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue