From 4768556775353d093e6f4f3516bc760a72897440 Mon Sep 17 00:00:00 2001 From: Reonu Date: Sun, 26 May 2024 21:57:45 +0100 Subject: [PATCH] Update issue template asking if they've checked the original game --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0669590..3127b5d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,8 +6,15 @@ labels: '' assignees: '' --- + ## If you have a crash on startup, please make sure your graphics drivers are up to date before submitting a bug report. +**What is your GPU driver version? Old drivers, particularly on Nvidia, are known to cause crashes on boot on 1.1.0. If you are on Nvidia and the game is crashing on boot, please update to driver version 555.85 or newer before opening an issue.** + +**Have you checked whether this issue is vanilla behavior? In other words, does it occur on original hardware?** + +**Were you playing with intended mechanics, or using glitches? If it's the latter, which glitches?** + **Describe the bug** A clear and concise description of what the bug is. @@ -27,6 +34,7 @@ Please attach a screenshot of the bug. - Version: [e.g. 1.0.0] - CPU: [e.g. Intel Core ..., AMD Ryzen ..., etc.] - GPU: [e.g. NVIDIA GeForce .../Radeon RX .../Intel UHD .../etc.] + - GPU driver: [e.g Nvidia driver 545.XX, AMD driver 24.X.X, etc] **Additional context** Add any other context about the problem here.