diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b0e07f6e3..6bcafd850 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,7 +5,7 @@ about: Create a bug report so we can fix it --- **Describe the bug, provide any errors** -A clear and concise description of what the bug is. Can you https://hastebin.com the error? +A clear and concise description of what the bug is. If present, can you paste the error to https://paste.gg/? **How can we reproduce it?** Steps to reproduce the behavior: @@ -19,8 +19,13 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**ViaVersion Dump:** +**ViaVersion Dump** - Type /viaversion dump, and put the link here. **Additional server info** Do you use a proxy (eg. BungeeCord)? What software do you use and what plugins? + +**Checklist** +- [ ] I have included a Viaversion dump +- [ ] If applicable, I have included a paste (not a screenshot) of the error +- [ ] I have tried a build from https://ci.viaversion.com/ and the issue still persists \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/pom.xml b/pom.xml index 01f90f8a2..78d46fd1d 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ org.javassist javassist - 3.20.0-GA + 3.27.0-GA compile true @@ -96,7 +96,7 @@ com.google.code.gson gson - 2.6.2 + 2.8.6 compile true