28 lines
801 B
YAML
28 lines
801 B
YAML
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: "如果有其他已实现的方案,可以通过链接或截图描述一下"
|