2023-07-21 14:57:23 +08:00
|
|
|
name: 问题咨询
|
2024-07-11 13:06:55 +08:00
|
|
|
description: "请尽可能详细的描述问题,提供足够的上下文,一分钟的描述不需要期望别人花半小时帮你排查"
|
2023-07-21 14:57:23 +08:00
|
|
|
body:
|
|
|
|
- type: dropdown
|
|
|
|
id: version
|
|
|
|
attributes:
|
|
|
|
label: PIG版本
|
|
|
|
options:
|
2024-07-11 13:06:55 +08:00
|
|
|
- "不处理PIGX或其他魔改版本"
|
2024-04-09 13:57:16 +08:00
|
|
|
- "3.8"
|
2023-07-21 14:57:23 +08:00
|
|
|
- "3.7"
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: checkboxes
|
2024-07-11 13:06:55 +08:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-07-21 14:57:23 +08:00
|
|
|
attributes:
|
2024-07-11 13:06:55 +08:00
|
|
|
label: 架构
|
2023-07-21 14:57:23 +08:00
|
|
|
options:
|
2024-07-11 13:06:55 +08:00
|
|
|
- label: 微服务架构
|
|
|
|
- label: 单体架构
|
2023-07-21 14:57:23 +08:00
|
|
|
- type: textarea
|
|
|
|
id: desired-solution
|
|
|
|
attributes:
|
|
|
|
label: 问题描述
|
2024-07-11 13:06:55 +08:00
|
|
|
description: 详细问题,提供相应截图和日志,一分钟的描述不需要期望别人花半小时帮你排查
|
2023-07-21 14:57:23 +08:00
|
|
|
validations:
|
|
|
|
required: true
|