From 48f7ffe08930e584e550e469c7f9d7f153914d84 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:59:52 +0100 Subject: [PATCH] disable default issue body --- .github/ISSUE_TEMPLATE/bug_report_new.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_new.yml b/.github/ISSUE_TEMPLATE/bug_report_new.yml index a8a5957..f8c65b9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_new.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_new.yml @@ -1,5 +1,6 @@ name: Bug Report description: Found a Bug about PlaceholderAPI? Use this template to report it! +issue_body: false body: - type: markdown attributes: @@ -75,9 +76,11 @@ body: placeholder: "https://paste.helpch.at/error.log" validations: required: false -- type: markdown +- type: textarea attributes: - value: |- + label: "Additional Info" + description: |- 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 `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..."