From e9816a0042efadce59852cbcdd28cab392cc4452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=A2=E7=83=A7=E7=8C=8E=E4=BA=BA?= <38825747+hslr-s@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:00:53 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_custom.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: '' ---