From c1874fd9a532a94b8eb366d88523a965374b0ec4 Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Tue, 20 Jun 2023 20:06:24 +0800 Subject: [PATCH] feat: add dev feature template --- .github/ISSUE_TEMPLATE/dev-feature.yml | 17 +++++++++++++++++ docs/wiki | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/dev-feature.yml diff --git a/.github/ISSUE_TEMPLATE/dev-feature.yml b/.github/ISSUE_TEMPLATE/dev-feature.yml new file mode 100644 index 00000000..d376c901 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/dev-feature.yml @@ -0,0 +1,17 @@ +name: 功能提案 +description: Feature in Development +title: "[Dev Feature]: " +labels: ["dev feature"] +body: + - type: markdown + attributes: + value: | + 请说明你希望添加的功能。 + - type: textarea + id: feature-request + attributes: + label: 功能改进 + description: 请详细描述需要改进或者添加的功能。 + placeholder: "功能改进" + validations: + required: true \ No newline at end of file diff --git a/docs/wiki b/docs/wiki index d0bb98f0..519e381e 160000 --- a/docs/wiki +++ b/docs/wiki @@ -1 +1 @@ -Subproject commit d0bb98f004fb292519dd56c42238ecb2f034eac9 +Subproject commit 519e381e8a1add62e76a39181ee61bad02816035