From 3ad590e8fccdb68ea5c85d43d806d14c7ded8587 Mon Sep 17 00:00:00 2001 From: GrapeS Date: Thu, 19 Mar 2026 15:09:05 +0800 Subject: [PATCH] modify the template title --- .github/ISSUE_TEMPLATE/ask-a-question.md | 2 +- .github/ISSUE_TEMPLATE/report-a-bug.md | 2 +- .github/ISSUE_TEMPLATE/request-a-feature.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 70c957fe92f..9ae653bb4b6 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -1,7 +1,7 @@ --- name: Ask a question about: Something is unclear or needs clarification -title: '[QUESTION] ' +title: '[Question]' labels: 'type:docs' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index a00d6a51dee..13c90fbfe84 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -1,7 +1,7 @@ --- name: Report a bug about: Create a report to help us improve -title: '[BUG] ' +title: '[Bug]' labels: 'type:bug' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md index b7f456cf263..6ac4b9f5c31 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -1,7 +1,7 @@ --- name: Request a feature about: Suggest an idea for this project -title: '[FEATURE] ' +title: '[Feature]' labels: 'type:feature' assignees: ''