Add Checkboxes

This commit is contained in:
Andre_601 2021-03-08 15:53:04 +01:00 committed by GitHub
parent 1d7bf239ea
commit 66a7a6d199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
---
name: Feature Request name: Feature Request
about: Suggest a new Feature for PlaceholderAPI about: Suggest a new Feature for PlaceholderAPI
labels: 'Type: Enhancement'
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -9,6 +11,15 @@ body:
If it doesn't exist, proceed. If it doesn't exist, proceed.
Note that any suggestions towards a specific Expansion should be made on that expansion's repository and not here! Note that any suggestions towards a specific Expansion should be made on that expansion's repository and not here!
- type: checkboxes
attributes:
label: Confirmation
description: Please make sure to have followed the following checks.
options:
- label: I checked the Issue tracker and any Open PRs for my idea.
required: true
- label: My idea is for **PlaceholderAPI** and not any expansion or other plugin.
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: "Type" label: "Type"
@ -21,7 +32,6 @@ body:
- Major Code improvement (Will affect Servers) - Major Code improvement (Will affect Servers)
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Description" label: "Description"
@ -30,14 +40,12 @@ body:
Just saying "It's cool!" or "I need it" aren't valid reasons, as it should also benefit other users and not just you. Just saying "It's cool!" or "I need it" aren't valid reasons, as it should also benefit other users and not just you.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Code Example" label: "Code Example"
description: "Do you have any Code Examples that you could show us?" description: "Do you have any Code Examples that you could show us?"
validations: validations:
required: false required: false
- type: input - type: input
attributes: attributes:
label: "Jar file" label: "Jar file"
@ -45,7 +53,6 @@ body:
placeholder: "https://cdn.discordapp.com/..." placeholder: "https://cdn.discordapp.com/..."
validations: validations:
required: true required: true
- type: markdown - type: markdown
attributes: attributes:
value: |- value: |-