Files
dbswitch/.gitee/ISSUE_TEMPLATE/issue.yml
2025-04-26 16:37:05 +08:00

48 lines
1.4 KiB
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: 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