From f55df2944cd272846611989ee0b5ac6f7d98024d Mon Sep 17 00:00:00 2001 From: EnderActually <99933312+EnderActually@users.noreply.github.com> Date: Wed, 4 Mar 2026 01:14:28 -0500 Subject: [PATCH] change to form --- .../{bug_report.md => bug_report.yml} | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} (70%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 70% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yml index fa7602b78..cfc4a4e46 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,11 +1,18 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: 'bug' -assignees: '' +name: Bug Report +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 + ---- **Describe the bug** A clear and concise description of what the bug is.