mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 04:47:10 +08:00
4d29f55fe4
Closes IBB9HM
29 lines
864 B
YAML
29 lines
864 B
YAML
name: 问题咨询
|
||
description: "请尽可能详细的描述问题,提供足够的上下文,一分钟的描述不需要期望别人花半小时帮你排查"
|
||
body:
|
||
- type: dropdown
|
||
id: version
|
||
attributes:
|
||
label: PIG版本(提问先右上角 Star ♥️)
|
||
options:
|
||
- "不处理PIGX或其他魔改版本"
|
||
- "3.8"
|
||
- "3.7"
|
||
validations:
|
||
required: true
|
||
- type: checkboxes
|
||
validations:
|
||
required: true
|
||
attributes:
|
||
label: 架构
|
||
options:
|
||
- label: 微服务架构
|
||
- label: 单体架构
|
||
- type: textarea
|
||
id: desired-solution
|
||
attributes:
|
||
label: 问题描述,提供详细截图和报错
|
||
description: 详细问题,提供相应截图和日志,一分钟的描述不需要期望别人花半小时帮你排查
|
||
validations:
|
||
required: true
|