From 5cfcb7376111858e7447c49cd1c2a1b31492fdeb Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 28 May 2025 21:41:11 -0700 Subject: [PATCH] chore: add type to bug template (#18094) --- .github/ISSUE_TEMPLATE/1-bug.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index ed8641b395785..cbb156e443605 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -2,6 +2,7 @@ name: "🐞 Bug" description: "File a bug report." title: "bug: " labels: ["needs-triage"] +type: "Bug" body: - type: checkboxes id: existing_issues