41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
name: Feat
|
|
about: 创建一个新增功能的工单。
|
|
title: "应用: "
|
|
labels:
|
|
- kind/feat
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
标题前方的 "应用" 请改为涉及的应用名称,且标题内容用一句话概括所描述情况,例如:"跟进: 新增分组拖拽排序功能"
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: 影响范围
|
|
multiple: true
|
|
options:
|
|
- 微信小程序
|
|
- H5
|
|
- Web
|
|
- 服务端
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 描述
|
|
description: 请尽可能描述清楚新功能作用、操作逻辑、预期结果等,以免日后不能理解当初此工单内容表达的含义
|
|
placeholder: 请输入...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 截图
|
|
description: 需求截图、设计截图等
|
|
placeholder: 使用快捷键 ctrl+v 可粘贴图片
|
|
|
|
- type: input
|
|
attributes:
|
|
label: 提出人
|
|
description: 若新功能非创建者提出,而是例如客户或用户提出,此时应记录真实提出人员
|
|
placeholder: 例如:张三
|