From 55d67314973dac0149eb54c78f8a81a543c86d7a Mon Sep 17 00:00:00 2001 From: CDN Date: Tue, 3 Dec 2024 22:22:19 +0800 Subject: [PATCH] [chore] Update frontend bug report issue title prefix (#3596) --- .github/ISSUE_TEMPLATE/bug_frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_frontend.yaml b/.github/ISSUE_TEMPLATE/bug_frontend.yaml index 7a6591763..23ddb4d31 100644 --- a/.github/ISSUE_TEMPLATE/bug_frontend.yaml +++ b/.github/ISSUE_TEMPLATE/bug_frontend.yaml @@ -1,6 +1,6 @@ name: Frontend Bug Report description: Report an issue related to the web frontend -title: "[bug] Issue Title" +title: "[bug/frontend] Issue Title" labels: ["bug", "frontend"] assignees: []