mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 20:54:25 +08:00
32 lines
711 B
YAML
32 lines
711 B
YAML
name: 问题咨询
|
||
description: "请尽可能详细的描述问题,提供足够的上下文"
|
||
body:
|
||
- type: dropdown
|
||
id: version
|
||
attributes:
|
||
label: PIG版本
|
||
options:
|
||
- "3.7"
|
||
- "3.5"
|
||
- "3.4"
|
||
- "3.3"
|
||
- "3.2"
|
||
- "3.1"
|
||
- "3.0"
|
||
- "其他版本已不维护,勿提issue"
|
||
validations:
|
||
required: true
|
||
- type: checkboxes
|
||
attributes:
|
||
label: 是否修改了包名
|
||
options:
|
||
- label: 是
|
||
required: false
|
||
- type: textarea
|
||
id: desired-solution
|
||
attributes:
|
||
label: 问题描述
|
||
description: 详细问题,提供相应截图和日志
|
||
validations:
|
||
required: true
|