diff --git a/.github/ISSUE_TEMPLATE/bug_custom.md b/.github/ISSUE_TEMPLATE/bug_custom.md index 9f2daa1..290de72 100644 --- a/.github/ISSUE_TEMPLATE/bug_custom.md +++ b/.github/ISSUE_TEMPLATE/bug_custom.md @@ -2,7 +2,7 @@ name: BUG about: Using encountered bugs title: "[BUG] Short description" -labels: '' +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8e5641f..e7f03d4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "[Feature] Short description | 简短说明,每条issue最好写一个建议,不要重复提出" -labels: '' +labels: enhancement assignees: '' ---