-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3452c86
commit 6a9d0dd
Showing
5 changed files
with
80 additions
and
45 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: Bug report | ||
description: 反馈问题 | ||
labels: bug | ||
body: | ||
- type: input | ||
id: issue_link | ||
attributes: | ||
label: "可复现的链接:" | ||
description: "一个最小化的重现能让我们精确地定位问题,从而快速解决问题。如何创建,点击 v3:[codesandbox](https://codesandbox.io/s/vue-template-916h0)、[jsrun](https://jsrun.net/vIyKp/edit) 或 v4:[codesandbox](https://codesandbox.io/s/vxe-table-wentiyanshi-forked-54v2j)、[jsrun](https://jsrun.net/K5IKp/edit),编辑后保存。" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: issue_describe | ||
attributes: | ||
label: "问题描述与截图:" | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: "在发布问题之前,请仔细阅读所填写的步骤,以确保是详细和清晰的。" | ||
- type: input | ||
id: issue_expect | ||
attributes: | ||
label: "期望的结果:" | ||
- type: input | ||
id: issue_os_version | ||
attributes: | ||
label: "操作系统:" | ||
placeholder: "例如:window10" | ||
validations: | ||
required: true | ||
- type: input | ||
id: issue_browser_version | ||
attributes: | ||
label: "浏览器版本:" | ||
placeholder: "例如:chrome 95.0.4638.69" | ||
validations: | ||
required: true | ||
- type: input | ||
id: issue_vue_version | ||
attributes: | ||
label: "vue 版本:" | ||
placeholder: "例如:2.6.0" | ||
validations: | ||
required: true | ||
- type: input | ||
id: issue_vxe_version | ||
attributes: | ||
label: "vxe-table 版本:" | ||
placeholder: "例如:3.4.0" | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Feature request | ||
description: 功能需求 | ||
labels: enhancement | ||
body: | ||
- type: textarea | ||
id: issue_describe | ||
attributes: | ||
label: "这个需求解决了什么问题:" | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: "请先查看[最新文档](https://xuliangzhan_admin.gitee.io/vxe-table/#/table/api),确定该功能是否已有实现" | ||
- type: textarea | ||
id: issue_api_describe | ||
attributes: | ||
label: "建议的 API 是什么样的:" | ||
- type: markdown | ||
attributes: | ||
value: "描述一下希望该功能如何调用" | ||
- type: textarea | ||
id: issue_alternative_solution | ||
attributes: | ||
label: "是否已有其他不错的替代方案:" | ||
- type: markdown | ||
attributes: | ||
value: "如果有其他已实现的方案,可以通过链接或截图描述一下" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters