From 0d6b5c7f62ffc03e9da6a14196958a8312b3fb95 Mon Sep 17 00:00:00 2001 From: EnderActually <99933312+EnderActually@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:58:35 -0500 Subject: [PATCH] Add final Fields --- .github/ISSUE_TEMPLATE/bug_report.yml | 53 +++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0e434eb25..e62df7aa8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,3 +26,56 @@ body: required: true + - type: textarea + id: expected + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + + + - type: input + id: screenshots + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false + + - type: input + id: video + attributes: + label: Videos + description: If applicable, add videos to help explain your problem. + validations: + required: false + + *Details* + + - type: input + id: version + attributes: + label: Version + placeholder: e.g. 55a86b8 + validations: + required: true + + + - type: checkboxes + id: build + attributes: + label: Build Type + options: + - label: Release + - labal: Debug + validations: + required: true + + - type: textarea + id: additional + attributes: + label: Additional context + description: A clear and concise description of what the bug is. + validations: + required: true