From 7388b6e18dc8933d144c94c0e37b1de4ba8c4635 Mon Sep 17 00:00:00 2001 From: EnderActually <99933312+EnderActually@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:38:13 -0500 Subject: [PATCH] Refactor bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 56 ++++++++++----------------- 1 file changed, 20 insertions(+), 36 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cfc4a4e46..f71cf26e6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,42 +3,26 @@ description: File a bug report. title: "[Bug]: " labels: ["bug"] type: bug + body: - - type: input - id: bug-description - attributes: - label: Bug description - description: A clear and concise description of what the bug is. - validations: - required: true - + - type: textarea + id: bug-description + attributes: + label: Bug description + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: steps + attributes: + label: To Reproduce + description: Steps to reproduce the behavior + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: true -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Video** -If applicable, PLEASE add videos to help explain your problem. - -**Details (please complete the following information):** - - OS: [e.g. iOS] - - Version [e.g. 22] - - Build Type: - - [ ] Release - - [ ] Debug - -**Additional context** -Add any other context about the problem here.