From acec876c7fd06af0e7f72fbe480a77ae4c5fd361 Mon Sep 17 00:00:00 2001 From: CDN18 Date: Tue, 3 Dec 2024 21:33:50 +0800 Subject: [PATCH] [chore] Update frontend bug report issue title prefix --- .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: []