Skip to content

Commit

Permalink
releases 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Dec 30, 2024
1 parent 68cd528 commit 21a1b07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .gitee/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ body:
- type: input
id: issue_link
attributes:
label: "[可复现的链接](https://vxetable.cn/issues.html)(必须为公开链接,仅包含能复现问题的示例代码):"
label: "可复现的链接(必须为公开链接,仅包含能复现问题的示例代码):"
description: "一个最小化的重现示例能让我们精确地定位问题,从而快速解决问题。"
validations:
required: true
- type: checkboxes
id: issue_confirm_read_agreement
attributes:
label: "是否已准备好复现 demo?"
description: "按要求准备好复现 Demo,复现 Demo 操作步骤:https://vxetable.cn/issues.html"
options:
- label: "我已确认要求提供复现链接与示例代码"
required: true
- type: textarea
id: issue_describe
attributes:
Expand Down Expand Up @@ -57,14 +65,6 @@ body:
placeholder: "例如:4.9.35"
validations:
required: true
- type: checkboxes
id: issue_confirm_read_agreement
attributes:
label: "反馈?"
description: "官方只维护最新版本,如果不是最新版本,请先更新到[最新版本](https://vxetable.cn/)之后再提!"
options:
- label: "我已确认要求提供复现链接与示例代码"
required: true
- type: checkboxes
id: issue_confirm_latest_version
attributes:
Expand Down
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ body:
- type: input
id: issue_link
attributes:
label: "[可复现的链接](https://vxetable.cn/issues.html)(必须为公开链接,仅包含能复现问题的示例代码):"
label: "可复现的链接(必须为公开链接,仅包含能复现问题的示例代码):"
description: "一个最小化的重现示例能让我们精确地定位问题,从而快速解决问题。"
validations:
required: true
- type: checkboxes
id: issue_confirm_read_agreement
attributes:
label: "是否已准备好复现 demo?"
description: "按要求准备好复现 Demo,复现 Demo 操作步骤:https://vxetable.cn/issues.html"
options:
- label: "我已确认要求提供复现链接与示例代码"
required: true
- type: textarea
id: issue_describe
attributes:
Expand Down Expand Up @@ -57,14 +65,6 @@ body:
placeholder: "例如:4.9.35"
validations:
required: true
- type: checkboxes
id: issue_confirm_read_agreement
attributes:
label: "反馈?"
description: "官方只维护最新版本,如果不是最新版本,请先更新到[最新版本](https://vxetable.cn/)之后再提!"
options:
- label: "我已确认要求提供复现链接与示例代码"
required: true
- type: checkboxes
id: issue_confirm_latest_version
attributes:
Expand Down

0 comments on commit 21a1b07

Please sign in to comment.