From 563283804f958b070d6807fbf9a5a8a8e1787840 Mon Sep 17 00:00:00 2001 From: z0z0r4 Date: Thu, 1 Feb 2024 17:23:33 +0800 Subject: [PATCH] Update and rename needs.md to features.md need help? need fix? need feature? --- .github/ISSUE_TEMPLATE/features.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/needs.md | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/features.md delete mode 100644 .github/ISSUE_TEMPLATE/needs.md diff --git a/.github/ISSUE_TEMPLATE/features.md b/.github/ISSUE_TEMPLATE/features.md new file mode 100644 index 00000000..63b7163d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/features.md @@ -0,0 +1,10 @@ +--- +name: 提交需求/新功能 +about: 使用该模板进行提交需求/新功能 +title: "[新功能] {这里填写标题}" +labels: 'features' +assignees: '' + +--- + +在此处写正文 diff --git a/.github/ISSUE_TEMPLATE/needs.md b/.github/ISSUE_TEMPLATE/needs.md deleted file mode 100644 index d1b524ca..00000000 --- a/.github/ISSUE_TEMPLATE/needs.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: 提交需求 -about: 使用该模板进行提交需求 -title: "[需求] {这里填写标题}" -labels: 'need' -assignees: '' - ---- - -在此处写正文