From ef427da801a749b3245c17c4bb3b67e07d92a841 Mon Sep 17 00:00:00 2001 From: Martijn Verburg Date: Wed, 16 Jun 2021 14:42:47 +0100 Subject: [PATCH] Update config.yml Fixes after user review --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0a7b02b..7bb9315 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,4 +3,4 @@ blank_issues_enabled: true contact_links: - name: Minecraft Java Edition Related Bug 🔐 url: https://bugs.mojang.com/projects/MC/issues/ - about: We love Minecraft and would love to help, but this probably isn't quite the right place :-). Please submit Minecraft related issues to the Mojang folks will take the first pass at triaging the issue. If it is a genuine Microsoft Build of OpenJDK (Java/JVM) issue, then they'll open an issue with us and we'll work together to reolve it. For context, most Java crash reports with Minecraft are the result of Java calling a buggy native library, O/S driver or similar. So although you'll see a _Java_ crash report, the root cause is typically inside the other library. + about: We love Minecraft and would love to help! However, this probably isn't quite the right place to report this issue :-). Please submit Minecraft Java Edition related issues to the Mojang folks who will take the first pass at triaging the issue. If it is a genuine Microsoft Build of OpenJDK (Java/JVM) issue then they will open an issue with us, and we'll work together to resolve it. For context, most Java crash reports relating to Minecraft Java Edition are the result of Java calling a buggy native library, O/S driver etc. So although you'll see a _Java_ crash report, the root cause is typically not Java itself, but the inside the library that Java called.