mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 05:48:30 +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:
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue