diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_frontend.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: [] |