feat(issue-template): add one-click support info copy to bug report template

This commit is contained in:
二丫讲梵 2026-07-10 09:43:00 +08:00 committed by GitHub
parent 9a7a167aeb
commit b44882d7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 43 additions and 38 deletions

View File

@ -7,6 +7,7 @@ body:
attributes:
value: |
感谢反馈。涉及敏感信息请脱敏。请尽量提供数据库类型、版本、复现步骤、截图和错误日志。
DBX 版本、运行环境、操作系统和系统架构可在应用内通过“设置 → 关于我们 → 复制支持信息”一键复制。
- type: input
id: database
@ -30,24 +31,16 @@ body:
validations:
required: true
- type: input
id: app-version
- type: textarea
id: support-info
attributes:
label: DBX 版本
placeholder: "例如v0.1.0"
validations:
required: true
- type: dropdown
id: os
attributes:
label: 操作系统
multiple: true
options:
- macOS
- Windows
- Linux
- 其他
label: 支持信息
description: 打开 DBX 的“设置 → 关于我们”,点击“复制支持信息”,然后粘贴到这里。如无法打开应用,请说明原因。
placeholder: |
DBX 版本v0.5.52
运行环境:桌面端
操作系统macOS 26.4
系统架构aarch64
validations:
required: true

View File

@ -7,6 +7,7 @@ body:
attributes:
value: |
用于收集数据库兼容性细节例如连接失败、schema 读取不完整、字段类型显示错误等。请脱敏。
DBX 版本、运行环境、操作系统和系统架构可在应用内通过“设置 → 关于我们 → 复制支持信息”一键复制。
- type: input
id: database
@ -34,11 +35,16 @@ body:
validations:
required: true
- type: input
id: app-version
- type: textarea
id: support-info
attributes:
label: DBX 版本
placeholder: "例如v0.1.0"
label: 支持信息
description: 打开 DBX 的“设置 → 关于我们”,点击“复制支持信息”,然后粘贴到这里。如无法打开应用,请说明原因。
placeholder: |
DBX 版本v0.5.52
运行环境:桌面端
操作系统macOS 26.4
系统架构aarch64
validations:
required: true

View File

@ -7,6 +7,7 @@ body:
attributes:
value: |
好的建议最好说明使用场景、数据库类型和期望效果。请尽量避免只写“支持 X”。
DBX 版本、运行环境、操作系统和系统架构可在应用内通过“设置 → 关于我们 → 复制支持信息”一键复制。
- type: input
id: database
@ -17,6 +18,19 @@ body:
validations:
required: true
- type: textarea
id: support-info
attributes:
label: 支持信息
description: 打开 DBX 的“设置 → 关于我们”,点击“复制支持信息”,然后粘贴到这里。如无法打开应用,请说明原因。
placeholder: |
DBX 版本v0.5.52
运行环境:桌面端
操作系统macOS 26.4
系统架构aarch64
validations:
required: true
- type: textarea
id: problem
attributes:

View File

@ -12,24 +12,16 @@ body:
validations:
required: true
- type: input
id: app-version
- type: textarea
id: support-info
attributes:
label: DBX 版本
placeholder: "例如v0.1.0"
validations:
required: true
- type: dropdown
id: os
attributes:
label: 操作系统
multiple: true
options:
- macOS
- Windows
- Linux
- 其他
label: 支持信息
description: 打开 DBX 的“设置 → 关于我们”,点击“复制支持信息”,然后粘贴到这里。如无法打开应用,请说明原因。
placeholder: |
DBX 版本v0.5.52
运行环境:桌面端
操作系统macOS 26.4
系统架构aarch64
validations:
required: true