mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
99 lines
2.5 KiB
YAML
99 lines
2.5 KiB
YAML
name: Bug 反馈
|
||
title: "Bug: "
|
||
description: 提交 Bug 反馈以帮助我们改进代码
|
||
labels: [ "bug" ]
|
||
body:
|
||
- type: checkboxes
|
||
id: checklist
|
||
attributes:
|
||
label: 提交前检查项
|
||
description: 在提交问题之前,请确认以下事项:
|
||
options:
|
||
- label: 我已搜索相关的 issue,但没有找到类似的问题
|
||
required: true
|
||
- label: 我已更新到最新版本(包括但不限于真寻本体,插件以及相关依赖),问题仍然存在
|
||
required: true
|
||
- label: 我已仔细阅读文档,确认我的配置正确
|
||
required: true
|
||
|
||
- 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: 提供有助于诊断问题的任何日志和截图
|