HuLa/.gitee/ISSUE_TEMPLATE/bug.yml

60 lines
1.8 KiB
YAML
Raw Normal View History

name: '🐛 反馈缺陷'
description: '反馈一个问题缺陷'
title: '[bug] '
labels: ['bug']
body:
- type: markdown
attributes:
value: |
## 首先
1.请先搜索 [现有问题](https://gitee.com/HuLaSpark/HuLa-IM-Tauri/issues)关于此问题。<br>
2.确保 rustc 和所有相关的 HuLa-IM-Tauri 包都是最新的。<br>
3.确保这是 HuLa-IM-Tauri 的问题,而不是你正在使用的其他东西。<br>
4.请记住遵循我们的社区准则并保持友好。<br>
- type: input
attributes:
label: '📌 软件版本'
validations:
required: true
- type: dropdown
attributes:
label: '💻 系统环境'
multiple: true
options:
- 'Windows'
- 'macOS'
validations:
required: true
- type: textarea
attributes:
label: '🐛 问题描述'
description: 请提供一个清晰且简洁的问题描述,如果适用,请包括屏幕截图。
validations:
required: true
- type: textarea
id: info
attributes:
label: '☄️ 完整的 `tauri info` 输出'
description: '“pnpm run tauri info”或“cargo tauri info”的输出'
render: text
validations:
required: true
- type: textarea
attributes:
label: '📷 复现步骤'
description: 请提供一个清晰且简洁的描述,说明如何复现问题。
- type: textarea
attributes:
label: '🚦 期望结果'
description: 请提供一个清晰且简洁的描述,说明您期望发生什么。
- type: textarea
attributes:
label: '📝 补充信息'
description: 如果您的问题需要进一步说明,或者您遇到的问题无法在一个简单的示例中复现,请在这里添加更多信息。