mirror of
https://gitee.com/log4j/pig.git
synced 2025-01-03 23:42:22 +08:00
26 lines
587 B
YAML
26 lines
587 B
YAML
name: 问题咨询
|
|
description: "![扫码加入微信群](https://minio.pigx.top/oss/1648184189.png)"
|
|
body:
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: PIG版本
|
|
options:
|
|
- "3.8"
|
|
- "3.7"
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: 是否修改了包名
|
|
options:
|
|
- label: 是
|
|
required: false
|
|
- type: textarea
|
|
id: desired-solution
|
|
attributes:
|
|
label: 问题描述
|
|
description: 详细问题,提供相应截图和日志
|
|
validations:
|
|
required: true
|