From 1a50d3378966f091c04f49a7434278b9a9b696ca Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sun, 9 Mar 2025 14:00:22 -0700 Subject: [PATCH] fix: remove from bug template (#16856) --- .github/ISSUE_TEMPLATE/1-bug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index d6cb29730e..ed8641b395 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -1,6 +1,6 @@ name: "🐞 Bug" description: "File a bug report." -title: "<title>" +title: "bug: " labels: ["needs-triage"] body: - type: checkboxes