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: '' ---