diff --git a/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md b/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md index 3aa96715e..12b98374a 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md +++ b/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md @@ -16,10 +16,10 @@ assignees: '' ! 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 +! All versions of PlotSquared for Sponge and Nukkit(X) will receive 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! +! functioning. Contributions are always welcome however! ``` **Feature requests & Suggestions are to be submitted at the [PlotSquared Suggestions tracker](https://github.com/IntellectualSites/PlotSquaredSuggestions)** @@ -33,22 +33,22 @@ assignees: '' ## Required Information section: > ALL FIELDS IN THIS SECTION ARE REQUIRED, and must contain appropriate information -### Server config info (Debug/file paste links): +### Server config info (/plot debugpaste / file paste links): - ### Server type: -**select one** +**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** - +**Select one** + - [] Minecraft 1.15 - [] Minecraft 1.14.4 - [] Minecraft 1.13.2 @@ -58,7 +58,7 @@ assignees: '' ### Server build info: ``` -paste here, between the tick marks, replacing this text +Paste the output here, between the tick marks, replacing this text ``` ### WorldEdit/FAWE versions: @@ -81,7 +81,9 @@ paste here, between the tick marks, replacing this text ### Relevant console output, log lines, and/or screenshots: ### Additional relevant comments/remarks: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..83661f8c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: PlotSquared Suggestions + url: https://github.com/IntellectualSites/PlotSquaredSuggestions + about: If you want to submit feature or suggestion ideas, do that here \ No newline at end of file