pig/.gitee/ISSUE_TEMPLATE/issue.yml

32 lines
711 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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