mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
86 lines
2.0 KiB
YAML
86 lines
2.0 KiB
YAML
name: Bug 反馈
|
|
title: "Bug: 出现异常"
|
|
description: 提交 Bug 反馈以帮助我们改进代码
|
|
labels: ["bug"]
|
|
body:
|
|
- type: dropdown
|
|
id: env-os
|
|
attributes:
|
|
label: 操作系统
|
|
description: 选择运行 zhenxun_bot 的系统
|
|
options:
|
|
- Windows
|
|
- MacOS
|
|
- Linux
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: env-python-ver
|
|
attributes:
|
|
label: Python 版本
|
|
description: 填写运行 zhenxun_bot 的 Python 版本
|
|
placeholder: e.g. 3.11.0
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: env-zhenxun-ver
|
|
attributes:
|
|
label: zhenxun_bot 版本
|
|
description: 填写 zhenxun_bot 版本
|
|
placeholder: e.g. 0.1.0
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: env-adapter
|
|
attributes:
|
|
label: 适配器
|
|
description: 填写使用的适配器以及版本
|
|
placeholder: e.g. OneBot v11 2.2.2
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: env-protocol
|
|
attributes:
|
|
label: 协议端
|
|
description: 填写连接 zhenxun_bot 的协议端及版本
|
|
placeholder: e.g. NapCat V4.0.3
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: describe
|
|
attributes:
|
|
label: 描述问题
|
|
description: 清晰简洁地说明问题是什么
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: 复现步骤
|
|
description: 提供能复现此问题的详细操作步骤
|
|
placeholder: |
|
|
1. 首先……
|
|
2. 然后……
|
|
3. 发生……
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: 期望的结果
|
|
description: 清晰简洁地描述你期望发生的事情
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: 截图或日志(请勿包含敏感信息如密码、令牌等)
|
|
description: 提供有助于诊断问题的任何日志和截图
|