diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5d6825e70..738849740 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,29 +1,54 @@ --- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - +name: Behavior Bug or Plugin Incompatibility +about: Report issues with plugin incompatibility or other behavior related issues. --- -**Describe the bug** -A clear and concise description of what the bug is. + -**To Reproduce** -Detailed steps to reproduce the behavior. +## Timings link + -**Screenshots or Videos** -If applicable, add screenshots or videos to help explain your problem. +## Expected behavior + -**Plugins** -Show the output of `/plugins` here. +## Observed/Actual behavior + -**Version** -Show the full output of `/version` here. ("latest" is not a version!) +## Steps/models to reproduce + -**Is bug present on Paper, Spigot, CraftBukkit, or Vanilla** -Be sure you test the upstream projects for this bug and include if it is present or not here, include `/version` output for each upstream project you tested. +## Purpur version + + +## Agreements +Please agree to the following. +- [ ] I am running the latest version of Purpur available from https://purpur.pl3x.net/downloads. +- [ ] I have searched for and ensured there isn't already an open issue regarding this. +- [ ] My version of Minecraft is supported by Purpur. + +## Other + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..88be09418 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Purpur Discord + url: https://purpur.pl3x.net/discord + about: If you are having issues with timings or have other minor issues, come ask us on our Discord server! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..55f0b285b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,35 @@ +--- +name: Feature Request +about: Suggest an idea for Purpur +--- + + + +## Is your feature request related to a problem? + + +## Describe the solution you'd like. + + +## Describe alternatives you've considered. + + +## Agreements +Please agree to the following. +- [ ] I have searched for and ensured there isn't already an open issue regarding this. +- [ ] I have ensured the feature I'm requesting isn't already in the latest supported Purpur build. + +## Other + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/performance_problem.md b/.github/ISSUE_TEMPLATE/performance_problem.md new file mode 100644 index 000000000..62088cd13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/performance_problem.md @@ -0,0 +1,44 @@ +--- +name: Performance Problem +about: Report performance related problems or other areas of concern +--- + + + +## Timings link + + +## Description of issue + + +## Purpur version + + +## Agreements +Please agree to the following. +- [ ] I am running the latest version of Purpur available from https://purpur.pl3x.net/downloads. +- [ ] I have searched for and ensured there isn't already an open issue regarding this. +- [ ] My version of Minecraft is supported by Purpur. + +## Other + diff --git a/.github/ISSUE_TEMPLATE/server_crash.md b/.github/ISSUE_TEMPLATE/server_crash.md new file mode 100644 index 000000000..c5f752a6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/server_crash.md @@ -0,0 +1,53 @@ +--- +name: Server crash or Stacktrace +about: Report server crashes or scary stacktraces +--- + + + +## Timings link + + +## Stack trace + + +## Actions to reproduce (if known) + + +## Purpur version + + +## Agreements +Please agree to the following. +- [ ] I am running the latest version of Purpur available from https://purpur.pl3x.net/downloads. +- [ ] I have searched for and ensured there isn't already an open issue regarding this. +- [ ] My version of Minecraft is supported by Purpur. + +## Other +