From 1fbc10c4090653e28e79beeef96491b1c0480b2e Mon Sep 17 00:00:00 2001 From: VillagerTom Date: Thu, 1 Aug 2024 13:03:49 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-反馈.md | 6 +++--- .github/ISSUE_TEMPLATE/功能请求.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-反馈.md b/.github/ISSUE_TEMPLATE/bug-反馈.md index c9341a827..71fae9c33 100644 --- a/.github/ISSUE_TEMPLATE/bug-反馈.md +++ b/.github/ISSUE_TEMPLATE/bug-反馈.md @@ -1,9 +1,9 @@ --- name: Bug 反馈 about: 描述你所遇到的bug -title: '' -labels: 问题反馈 -assignees: orz12 +title: "[Bug] " +labels: bug +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md index 8145df9bd..edf2d7426 100644 --- a/.github/ISSUE_TEMPLATE/功能请求.md +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -1,9 +1,9 @@ --- name: 功能请求 about: 对于功能的一些建议 -title: '' -labels: 功能 -assignees: orz12 +title: "[FR] " +labels: enhancement +assignees: '' ---