54 lines
1.5 KiB
YAML
54 lines
1.5 KiB
YAML
name: 故障上报
|
|
about: 上报一个故障并申请修复
|
|
title: "[故障] "
|
|
body:
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: 创建前须知
|
|
description: 您在提交前应先检查如下项
|
|
hide_label: true
|
|
options:
|
|
- label: 已经查看过本repo中不存在相同的开启状态的工单
|
|
required: true
|
|
- label: 确认不是您客户端问题
|
|
required: true
|
|
- label: 确认此问题为我们的业务范围
|
|
required: true
|
|
- type: textarea
|
|
id: where
|
|
attributes:
|
|
label: 故障位置
|
|
description: 请填写服务名
|
|
placeholder: 例:向源互联 主站 (www.xyit.net)
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: 故障状况
|
|
description: 描述故障
|
|
placeholder: 描述您所遇见的故障。尽量附上截图。
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: 日志
|
|
description: 如果您有日志,可以粘贴在此处,这将会自动渲染为代码块。
|
|
render: shell
|
|
- type: checkboxes
|
|
id: progress
|
|
attributes:
|
|
label: 处理进度
|
|
hide_label: true
|
|
description: 本工单处理进度
|
|
options:
|
|
- label: 开始处理
|
|
visible: [content]
|
|
- label: 复现问题
|
|
visible: [content]
|
|
- label: 找到错误点
|
|
visible: [content]
|
|
- label: 找到解决方案
|
|
visible: [content]
|
|
- label: 处理完成
|
|
visible: [content] |