Add checkboxes

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

View File

@ -1,5 +1,5 @@
name: Bug Report name: Bug Report
about: Found a Bug about PlaceholderAPI? Use this template to report it! description: Found a Bug about PlaceholderAPI? Use this template to report it!
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -11,7 +11,15 @@ body:
Jenkins: http://ci.extendedclip.com/job/PlaceholderAPI/ Jenkins: http://ci.extendedclip.com/job/PlaceholderAPI/
**DO NOT REPORT ISSUES WITH EXPANSIONS AND/OR PLACEHOLDERS. USE THE APPROPRIATE ISSUE TRACKER FOR THOSE!** **DO NOT REPORT ISSUES WITH EXPANSIONS AND/OR PLACEHOLDERS. USE THE APPROPRIATE ISSUE TRACKER FOR THOSE!**
- type: checkboxes
attributes:
label: Confirmation
description: Please make sure to have followed the following checks.
options:
- label: My issue isn't already found on the Issue tracker.
required: true
- label: My issue is about **PlaceholderAPI** and not any expansion or external plugin
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: "Type" label: "Type"
@ -23,28 +31,24 @@ body:
- Plugin/Server Incompatability - Plugin/Server Incompatability
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "What happens?" label: "What happens?"
description: "What bug are you encountering? Try to explain it as detailed as possible." description: "What bug are you encountering? Try to explain it as detailed as possible."
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Expected Behaviour" label: "Expected Behaviour"
description: "What behaviour did you expect from PlaceholderAPI?" description: "What behaviour did you expect from PlaceholderAPI?"
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Actual Behaviour" label: "Actual Behaviour"
description: "How does PlaceholderAPI behave instead?" description: "How does PlaceholderAPI behave instead?"
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "How to Reproduce" label: "How to Reproduce"
@ -57,7 +61,6 @@ body:
3. Profit! 3. Profit!
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: "`/papi dump` Output" label: "`/papi dump` Output"
@ -65,7 +68,6 @@ body:
placeholder: "https://paste.helpch.at/dump.log" placeholder: "https://paste.helpch.at/dump.log"
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: "Errors" label: "Errors"
@ -73,7 +75,6 @@ body:
placeholder: "https://paste.helpch.at/error.log" placeholder: "https://paste.helpch.at/error.log"
validations: validations:
required: false required: false
- type: markdown - type: markdown
attributes: attributes:
value: |- value: |-