From eab481661d36249fd8b46d0d724d3c1ff3d024e3 Mon Sep 17 00:00:00 2001 From: SuperDude88 <82904174+SuperDude88@users.noreply.github.com> Date: Wed, 27 May 2026 22:18:44 -0400 Subject: [PATCH] Add Bug Report Issue Form (#1873) --- .github/ISSUE_TEMPLATE/bug-report.yml | 95 +++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000000..a8ff55993a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,95 @@ +name: Bug Report +description: Report an issue with Dusklight +type: Bug +body: +- type: checkboxes + attributes: + label: Mods and Forks + description: Certify that this issue exists on the official builds of Dusklight + options: + - label: The bug occurs on an **official release** of Dusklight, without any forks or third-party patches installed + required: true + validations: + required: true + +- type: input + attributes: + label: Dusklight Version + placeholder: ex. 1.3.1 + validations: + required: true + +- type: textarea + attributes: + label: Bug Description + placeholder: Describe the bug you are encountering. + validations: + required: true + +- type: textarea + attributes: + label: Steps to Reproduce + placeholder: | + "1. Load save" + "2. Go to Hyrule Field" + "3. See bug" +- type: textarea + attributes: + label: Expected Behavior + placeholder: Describe what should be happening +- type: textarea + attributes: + label: Current Behavior + placeholder: Describe what is happening instead +- type: dropdown + attributes: + label: OS / Architecture + description: The Operating System and architecture you are running Dusklight on + options: + - Windows x86-64 + - Windows ARM64 + - MacOS ARM64 + - MacOS x86-64 + - Linux ARM64 + - Linux x84-64 + - Android ARM64 + - iOS ARM64 + validations: + required: true +- type: dropdown + attributes: + label: Game Region + description: The game region you are playing on + options: + - NTSC-U (North America) + - PAL (Europe) + validations: + required: true +- type: input + attributes: + label: Game Language + description: The language you are playing the game in + placeholder: ex. English, Spanish, etc. +- type: dropdown + attributes: + label: Graphics Backend + options: + - Vulkan + - D3D12 + - Metal + - D3D11 + - OpenGL ES + - Unsure / Default + default: 5 +- type: textarea + attributes: + label: Texture Packs and Mods + placeholder: List any texture packs or mods you had installed +- type: upload + attributes: + label: Logs and Other Files + description: Include any relevant logs, config files, or saves to reproduce the bug +- type: textarea + attributes: + label: Additional Context + placeholder: Any other information that might be helpful