1
0
mirror of synced 2025-11-06 04:10:39 +08:00
Files
xuliangzhan 1b586be72b fix
2021-11-20 20:07:22 +08:00

53 lines
1.6 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Bug report
description: 反馈问题
labels: bug
body:
- type: input
id: issue_link
attributes:
label: "可复现的链接:"
description: "一个最小化的重现示例能让我们精确地定位问题,从而快速解决问题。如何创建,点击 v3[codesandbox](https://codesandbox.io/s/vue-template-916h0)、[jsfiddle](https://jsfiddle.net/86p7Ltny/)、[jsrun](https://jsrun.net/vIyKp/edit) 或 v4[codesandbox](https://codesandbox.io/s/vxe-table-wentiyanshi-forked-54v2j)、[jsfiddle](https://jsfiddle.net/9qoghkbj/)、[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