diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 13f7d3b10..dd1251936 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -8,6 +8,27 @@ body: value: | 感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档: - https://doc.iocoder.cn/ + - type: dropdown + id: version + attributes: + label: 分支 + description: 你当前正在使用我们软件的哪个分支? + options: + - master (默认) + - dev (开发分支) + validations: + required: true + - type: dropdown + id: version + attributes: + label: 版本 + description: 你当前正在使用我们软件的哪个版本? + options: + - antd-design-vue + - element-plus + - naiveui + validations: + required: true - type: checkboxes attributes: label: 这个问题是否已经存在? @@ -42,13 +63,3 @@ body: description: 如果可以的话,上传任何关于 bug 的截图。 value: | [在这里上传图片] - - type: dropdown - id: version - attributes: - label: 版本 - description: 你当前正在使用我们软件的哪个版本/分支? - options: - - master (默认) - - dev (开发分支) - validations: - required: true