From a8bcf0e14d771ff56adcbad9eeba50bcf8799866 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Sun, 28 Feb 2021 10:41:15 +0100 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 82 +++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..6ff771a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,82 @@ +name: Bug Report +about: Found a Bug about PlaceholderAPI? Use this template to report it! +body: +- type: markdown + attributes: + value: |- + Thank you for opening a bug report. In order to process the Report efficiently and to also help you with it in the process do we require some specific information from you. + Please make sure to always use the latest Release on Spigot, or the latest Development release from our Jenkins Server. + + Spigot: https://www.spigotmc.org/resources/6245/ + Jenkins: http://ci.extendedclip.com/job/PlaceholderAPI/ + + **DO NOT REPORT ISSUES WITH EXPANSIONS AND/OR PLACEHOLDERS. USE THE APPROPRIATE ISSUE TRACKER FOR THOSE!** + +- type: dropdown + attributes: + label: "Type" + description: "What type of bug do you encounter?" + multiple: false + options: + - Plugin Bug + - API Bug + - Plugin/Server Incompatability + validations: + required: true + +- type: textarea + attributes: + label: "What happens?" + description: "What bug are you encountering? Try to explain it as detailed as possible." + validations: + required: true + +- type: textarea + attributes: + label: "Expected Behaviour" + description: "What behaviour did you expect from PlaceholderAPI?" + validations: + required: true + +- type: textarea + attributes: + label: "Actual Behaviour" + description: "How does PlaceholderAPI behave instead?" + validations: + required: true + +- type: textarea + attributes: + label: "How to Reproduce" + description: |- + List the steps on how to reproduce this Bug. + Post any Code-examples in the `Additional Info` field below when you selected `API Bug`. + placeholder: |- + 1. Do this + 2. ... + 3. Profit! + validations: + required: true + +- type: input + attributes: + label: "`/papi dump` Output" + description: "Paste the output of `/papi dump` in the field below. It includes a lot of useful information for us." + placeholder: "https://paste.helpch.at/dump.log" + validations: + required: true + +- type: input + attributes: + label: "Errors" + description: "Post links to any Stacktraces or Errors PlaceholderAPI printed. We recommend using https://paste.helpch.at, https://paste.gg or any other hastebin/Pastebin-like site." + placeholder: "https://paste.helpch.at/error.log" + validations: + required: false + +- type: markdown + attributes: + value: |- + 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.