From 0a519379a1b72cb1456f814509719e558c76a56d Mon Sep 17 00:00:00 2001 From: Jo0001 Date: Mon, 3 Aug 2020 17:03:12 +0200 Subject: [PATCH 1/3] Disable blank issues ;) --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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 From f70b9a832233bfea117af7c3b95916e6449c431c Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Tue, 4 Aug 2020 08:22:03 -0300 Subject: [PATCH 2/3] Update javassist and gson --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4819bd4f8..069f4eb88 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 From 8165e5551473ac6142d13d6fddbab8a8c83ce2be Mon Sep 17 00:00:00 2001 From: KennyTV Date: Wed, 5 Aug 2020 09:23:30 +0200 Subject: [PATCH 3/3] Update Issue Template --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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