diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index a430ae0e..a986c426 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -20,6 +20,24 @@ body: options: - label: 未点赞(star)问题直接删除, 不予理会 required: true + - type: checkboxes + attributes: + label: 我已经给项目点赞(star) + options: + - label: 未点赞(star)问题直接删除, 不予理会 + required: true + - type: checkboxes + attributes: + label: 基础框架问题(如布局,modal,drawer等)请提交给vben官方 + options: + - label: 我确认是业务问题而非基础框架问题 + required: true + - type: checkboxes + attributes: + label: 基础框架问题(如布局,modal,drawer等)请提交给vben官方 + options: + - label: 我确认是业务问题而非基础框架问题 + required: true - type: textarea attributes: label: 如何复现