From a990a40850b61218e49c94cfcad5b47cd024e5cd Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Thu, 21 Dec 2023 10:19:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0issues=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/submit-plugin.yml | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/submit-plugin.yml diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 4becb4c2..40d93ba0 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: 需求建议 title: "[Feature]: " -labels: ["enhancement"] +labels: ["改进"] description: "新功能或现有功能优化请使用这个模板;不符合类别的issue将被直接关闭" body: - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/submit-plugin.yml b/.github/ISSUE_TEMPLATE/submit-plugin.yml new file mode 100644 index 00000000..d67f9e54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/submit-plugin.yml @@ -0,0 +1,24 @@ +name: 提交新插件 +title: "[Plugin]: " +labels: ["独立插件"] +description: "本模板供且仅供提交新插件使用。" +body: + - type: input + attributes: + label: 插件名称 + description: 填写插件的名称 + validations: + required: true + - type: textarea + attributes: + label: 插件代码库地址 + description: 仅支持 Github + validations: + required: true + - type: textarea + attributes: + label: 插件简介 + description: 插件的简介 + validations: + required: true +