mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-08-29 08:54:00 +00:00
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
name: BUG反馈、需求或问题咨询
|
||
description: "请尽可能详细的描述问题,提供足够的上下文"
|
||
body:
|
||
- type: dropdown
|
||
id: version
|
||
attributes:
|
||
label: dbswitch版本
|
||
options:
|
||
- "2.0.2(不存在)"
|
||
- "2.0.1"
|
||
- "2.0.0(低版本先升级到1.9.10,然后1.9.10版本升级到2.0版本请执行部署包内upgrade内的升级脚本)"
|
||
- "1.9.10"
|
||
- "1.9.9"
|
||
- "1.9.8"
|
||
- "1.9.7"
|
||
- "1.9.6"
|
||
- "1.9.5"
|
||
- "1.9.4"
|
||
- "其他版本已不维护(历史版本可平滑升级到1.9.10),勿提issue"
|
||
validations:
|
||
required: true
|
||
- type: dropdown
|
||
id: modify
|
||
attributes:
|
||
label: ISSUE类型
|
||
options:
|
||
- "BUG"
|
||
- "需求"
|
||
- "咨询"
|
||
validations:
|
||
required: true
|
||
- type: dropdown
|
||
id: modify
|
||
attributes:
|
||
label: 是否有二次开发
|
||
options:
|
||
- "是"
|
||
- "否"
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: desired-solution
|
||
attributes:
|
||
label: 问题描述
|
||
description: 详细描述问题:(1)对于BUG反馈,请提供相应截图和日志,对于有堆栈报错信息,请提供完整的堆栈信息,对于一句话反馈的BUG将会被无视而关闭;(2)对于需求,请尽量详细描述您的需求功能;
|
||
validations:
|
||
required: true
|