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: