From 2491e5348553c182af3d7a05f8429db153db100c Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Fri, 13 May 2022 21:24:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20ISSUE=5FTEMPLATE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 00000000..cea90961 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: 功能请求 +about: 'Feature_request' +title: "[Feature_request]" +labels: '' +assignees: '' +--- + +**注意** +1. 请在提交前仔细阅读 README 中的后续规划部分,不要重复提交已经在规划中的请求。 +2. 请完整地描述你需要的功能及场景。 \ No newline at end of file