diff --git a/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md b/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md index 43293d3c9..a3399ecdb 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md +++ b/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md @@ -2,37 +2,89 @@ name: Bug/Issue report for PlotSquared about: Bug / Issue report about this plugin title: '' -labels: '' +labels: "[?] Testing Required" assignees: '' --- -__*NOTICE: Bukkit/Spigot versions 1.7.10 to 1.12.2 are considered legacy and will receive limited support. Please consider upgrading to 1.13 for future support. Plugins exist for 1.13+ that bring back old behaviors found in 1.8*__ -# Bug report template - - - + -**Debug paste link:** - -**[REQUIRED] Spigot/Paper Version Number:** - + -**[REQUIRED] Minecraft Version Number:** +# NOTICE: +```diff +! PlotSquared for Minecraft Java Edition versions between 1.7 through to 1.12.2 are considered +! legacy, and will receive limited to no support. Please consider upgrading to 1.13+ for +! future support. Plugins exist for 1.13+ which bring back behaviors found in 1.8.8 +! All versions of PlotSquared for Sponge and Nukkit(X) will recieve limited to no support +! due to lack of developer interest and time. Additionally, NukkitX has not had feature +! updates since the Better Together, which prevents some PlotSquared features from ever +! functioning. Contributions are always welcome however! +``` -**[REQUIRED] Description of the problem:** +**Feature requests & Suggestions are to be submitted at the [PlotSquared Suggestions tracker](https://github.com/IntellectualSites/PlotSquaredSuggestions)** -**Any relevant console output or screenshots:** +**Code contributions are to be done through [PRs](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request), tagging the specific issue ticket(s) if applicable.** -**Plugins being used on the server:** - +**[DISCORD INVITE LINK](https://discord.gg/cSMxtGn)** and please, for the love of the little sanity we have left, use the correct channels! -**[REQUIRED] How to replicate:** +# BUG REPORT TEMPLATE: + +## Required Information section: +> ALL FIELDS IN THIS SECTION ARE REQUIRED, and must contain appropriate information +### Server config info (Debug/file paste links): + + + + + +### Server type: +**select one** + +- [ ] Spigot / Paper *(CraftBukkit should not be used, re-test with Spigot first!)* +- [ ] Sponge *- NOTE: NOT ACTIVELY MAINTAINED* +- [ ] NukkitX *- NOTE: NOT ACTIVELY MAINTAINED* + +### Minecraft Version: +**select one** + +- [ ] Minecraft 1.14.4 ***This is the ONLY actively maintained target for PlotSquared*** +- [ ] Minecraft 1.13.2 +- [ ] Minecraft Java Edition *other versions, please specify*: +- [ ] Minecraft Bedrock Edition *speicify version*: + +### Server build info: + +``` paste here, between the tick marks, replacing this text ``` + +### WorldEdit/FAWE versions: + +- [ ] FAWE *version*: +- [ ] WorldEdit *version*: + +### Description of the problem: + + + +### How to replicate: -**[REQUIRED] Checklist**: +## Additional Information: +> The information here is optional for you to provide, however it may help us to more readily diagnose any compatibility and bug issues. + +### Other plugins being used on the server: + + +### Relevant console output, log lines, and/or screenshots: + + +### Additional relevant comments/remarks: + + +# AFFIRMATION OF COMPLETION: -- [] I included all information required in the sections above -- [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/IntellectualSites/PlotSquared/issues?utf8=%E2%9C%93&q=is%3Aissue) -- [] I made sure I am using an up-to-date version of PlotSquared -- [] I made sure the bug/error is not caused by any other plugin +- [ ] I included all information required in the sections above +- [ ] I made sure there are no duplicates of this report [(Use Search)](https://github.com/IntellectualSites/PlotSquared/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [ ] I made sure I am using an up-to-date version of PlotSquared +- [ ] I made sure the bug/error is not caused by any other plugin +- [x] I didn't read but checked everything above.