huanghs
aeb9b13404
Some checks failed
build / build (10.x) (push) Successful in 1m46s
build / build (16.x) (push) Successful in 2m0s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Gitea Actions Demo / setup (push) Failing after 1m42s
build / build (18.x) (push) Successful in 41m11s
Gitea Actions Demo / Gitea-Actions (push) Failing after 1h11m21s
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
name: 推荐模板
|
|
about: 从推荐模板创建一个工单。
|
|
title: "应用: "
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
标题前方的 "应用" 请改为涉及的应用名称,且标题内容用一句话概括所描述情况,例如:"跟进: 修复跟进内容加密后emoji图标无法正常显示"
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: 影响范围
|
|
multiple: true
|
|
options:
|
|
- 微信小程序
|
|
- H5
|
|
- Web
|
|
- 服务端
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 描述
|
|
description: 请尽可能描述清楚例如问题描述、回显步骤、预期结果等,以免日后不能理解当初此工单内容表达的含义
|
|
placeholder: 请输入...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 截图
|
|
description: 操作截图、日志截图、相关代码截图等
|
|
placeholder: 请输入...
|
|
|
|
- type: input
|
|
attributes:
|
|
label: 提出人
|
|
description: 若问题非创建者提出,而是例如客户或用户提出,此时应记录真实提出人员
|
|
placeholder: 例如:张三
|