From be2c8c4239ac14ec3f341e46e498b020173df0c0 Mon Sep 17 00:00:00 2001 From: WangYK <62269186+AnotiaWang@users.noreply.github.com> Date: Sat, 22 Feb 2025 11:01:50 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/问题反馈.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..19730db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature] " +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/问题反馈.md b/.github/ISSUE_TEMPLATE/问题反馈.md index 09df467..097322a 100644 --- a/.github/ISSUE_TEMPLATE/问题反馈.md +++ b/.github/ISSUE_TEMPLATE/问题反馈.md @@ -3,7 +3,7 @@ name: 问题反馈 about: 效果不符合预期 / 有 bug title: "[Bug] " labels: '' -assignees: AnotiaWang +assignees: '' ---