diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3247e65a9..a7b6812a1 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ name: Bug 报告 description: 提交一个 bug labels: - - "question" + - "z:question" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 4f71ae8fc..48fb28cc7 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -2,7 +2,7 @@ name: 特性申请 about: 申请 mirai 添加新的特性 title: '' -labels: feature +labels: 't:feature' assignees: '' ---