diff options
author | 2024-12-03 22:22:19 +0800 | |
---|---|---|
committer | 2024-12-03 15:22:19 +0100 | |
commit | 55d67314973dac0149eb54c78f8a81a543c86d7a (patch) | |
tree | 9a8dfdf1dd6d7220afb741fc7d2f665bea722bed | |
parent | [bugfix] Load instance-wide custom css unconditionally in thread details page... (diff) | |
download | gotosocial-55d67314973dac0149eb54c78f8a81a543c86d7a.tar.xz |
[chore] Update frontend bug report issue title prefix (#3596)
-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: [] |