disable default issue body

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

View File

@ -1,5 +1,6 @@
name: Bug Report name: Bug Report
description: Found a Bug about PlaceholderAPI? Use this template to report it! description: Found a Bug about PlaceholderAPI? Use this template to report it!
issue_body: false
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -75,9 +76,11 @@ body:
placeholder: "https://paste.helpch.at/error.log" placeholder: "https://paste.helpch.at/error.log"
validations: validations:
required: false required: false
- type: markdown - type: textarea
attributes: attributes:
value: |- label: "Additional Info"
description: |-
Add any extra info you think is nessesary for this Bug report. Add any extra info you think is nessesary for this Bug report.
- If you selected `API Bug` will you need to include code-examples here to reproduce the issue. - If you selected `API Bug` will you need to include code-examples here to reproduce the issue.
- If you selected `Plugin/Server Incompatability` should you include extra Server info such as a Timings or Spark-Report or info about the plugin in question. - If you selected `Plugin/Server Incompatability` should you include extra Server info such as a Timings or Spark-Report or info about the plugin in question.
placeholder: "Put any extra info you like into this field..."