From 40a75a990483e90d71f1823c8e60faee243a864b Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 23 Jan 2025 15:57:25 +0800 Subject: [PATCH] chore: gitee template --- .gitee/ISSUE_TEMPLATE/bug.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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: 如何复现