From 9eab215f034333f2f3a54c411701c4a4d2f0ddab Mon Sep 17 00:00:00 2001 From: EnderActually <99933312+EnderActually@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:40:32 -0500 Subject: [PATCH] Remove 'type' field from bug report template Removed the 'type' field from the bug report template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f71cf26e6..0e434eb25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,6 @@ name: Bug Report description: File a bug report. title: "[Bug]: " labels: ["bug"] -type: bug body: - type: textarea @@ -26,3 +25,4 @@ body: validations: required: true +