From a173978f6b95915a18c2bea64334351eb875b505 Mon Sep 17 00:00:00 2001 From: DDSDerek <108336573+DDSDerek@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:06:11 +0800 Subject: [PATCH] feat: optimize issue --- .github/ISSUE_TEMPLATE/feature_request.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d89e18c7..c860a707 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -14,6 +14,18 @@ body: description: 目前使用的程序版本 validations: required: true + - type: dropdown + id: type + attributes: + label: 功能增强类型 + description: 你需要在下面哪个方面添加活增强功能 + options: + - 主程序 + - 插件 + - Docker + - 其他 + validations: + required: true - type: textarea id: feature-request attributes: