From 214d07c4689d41a762b5e7420add937f51429652 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sun, 25 Apr 2021 18:45:04 +0200 Subject: [PATCH] [CI-SKIP] Address template deprecations (#4125) --- .../ISSUE_TEMPLATE/report-a-bug-legacy.yml | 82 ------------------- .github/ISSUE_TEMPLATE/report-a-bug.yml | 2 +- 2 files changed, 1 insertion(+), 83 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/report-a-bug-legacy.yml diff --git a/.github/ISSUE_TEMPLATE/report-a-bug-legacy.yml b/.github/ISSUE_TEMPLATE/report-a-bug-legacy.yml deleted file mode 100644 index a4a24ffec..000000000 --- a/.github/ISSUE_TEMPLATE/report-a-bug-legacy.yml +++ /dev/null @@ -1,82 +0,0 @@ -name: Report a bug -about: Report a bug in EssentialsX. -labels: 'bug: unconfirmed' -inputs: -- type: description - attributes: - value: | - Thanks for taking the time to report an EssentialsX bug! Fill out the form below to provide us with info to help fix the bug. - Only use this if you're 100% sure you've found a bug and can reproduce it. If you're looking for general help with EssentialsX, try the Q&A forum or MOSS Discord server. -- type: multi_select - attributes: - label: Type of bug - description: What type of bug is this? Choose all that apply. - required: true - choices: - - Performance issue or memory leak - - Data loss - - Exploit - - Compatibility issue - - Error in console - - Other unexpected behaviour - -- type: textarea - attributes: - label: "`/ess version` output" - description: Run `/ess version` in the console, then copy and paste the full output of the command into this box. - required: true -- type: input - attributes: - label: Server startup log - description: Upload your server startup log (from the start of `latest.log` up to where it says "Done!") to either https://paste.gg or https://gist.github.com, save and then paste the link in this box. - required: true - placeholder: "Example: https://paste.gg/p/anonymous/109dd6a10a734a3aa430d5a351ea5210" -- type: input - attributes: - label: EssentialsX config files - description: Upload your EssentialsX `config.yml` (and any other relevant files like `kits.yml`) to either https://paste.gg or https://gist.github.com, save and then paste the link in this box. If you included those files in the same paste as your startup log, paste the same link here. - required: true - placeholder: "Example: https://paste.gg/p/anonymous/109dd6a10a734a3aa430d5a351ea5210" -- type: input - attributes: - label: Error log (if applicable) - description: If you are reporting a console error, upload any relevant log excerpts to either https://paste.gg or https://gist.github.com, save and the paste the link in this box. If you included those files in the same paste as your startup log, paste the same link here. - placeholder: "Example: https://paste.gg/p/anonymous/109dd6a10a734a3aa430d5a351ea5210" - -- type: textarea - attributes: - label: Bug description - description: Describe roughly what the bug is here. - required: true - placeholder: | - Example: "When running /nuke after putting everyone into adventure mode, there aren't any explosions..." -- type: textarea - attributes: - label: Steps to reproduce - description: Provide an example of how to trigger the bug. - required: true - placeholder: | - Example: - 1. Have at least 3 people online - 2. Run `/gma *` to put everyone into adventure mode - 3. Run `/nuke` -- type: textarea - attributes: - label: Expected behaviour - description: Explain what you should expect to happen. - required: true - placeholder: | - Example: "Everything should explode!" -- type: textarea - attributes: - label: Actual behaviour - description: Explain what actually happens. - required: true - placeholder: | - Example: "Everything doesn't explode :(" - -- type: description - attributes: - value: | - In the text box below, you can attach any relevant screenshots, files and links to Timings/spark profiler reports. You can also include a link to a heapdump if necessary, but please make sure you don't include any private player data in the heapdump. - diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.yml b/.github/ISSUE_TEMPLATE/report-a-bug.yml index 741375af8..2b0188ada 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.yml +++ b/.github/ISSUE_TEMPLATE/report-a-bug.yml @@ -1,5 +1,5 @@ name: Report bug -about: Report a bug in EssentialsX. +description: Report a bug in EssentialsX. labels: 'bug: unconfirmed' body: - type: markdown