82 lines
2.2 KiB
YAML
82 lines
2.2 KiB
YAML
name: '🐛 报告 Bug'
|
|
title: '[Bug]'
|
|
description: 提交报告帮助我们改进。
|
|
labels: [ 'bug' ]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
感谢您抽出时间报告问题!请准确解释您的问题。如果可能,请提供一个可复现的片段(这有助于更快地解决问题)。
|
|
- type: textarea
|
|
attributes:
|
|
label: 发生了什么
|
|
description: 描述你遇到的异常
|
|
placeholder: >
|
|
一个清晰且具体的描述这个异常是什么。
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 如何复现?
|
|
description: >
|
|
复现该问题的步骤
|
|
placeholder: >
|
|
如: 1. 打开 '...'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: AstrBot 版本与部署方式
|
|
description: >
|
|
请提供您的 AstrBot 版本和部署方式。
|
|
placeholder: >
|
|
如: 3.1.8 Docker, 3.1.7 Windows启动器
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: 操作系统
|
|
description: |
|
|
你在哪个操作系统上遇到了这个问题?
|
|
multiple: false
|
|
options:
|
|
- 'Windows'
|
|
- 'macOS'
|
|
- 'Linux'
|
|
- 'Other'
|
|
- 'Not sure'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 额外信息
|
|
description: >
|
|
任何额外信息,如报错日志、截图等。
|
|
placeholder: >
|
|
请提供完整的报错日志或截图。
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: 你愿意提交 PR 吗?
|
|
description: >
|
|
这绝对不是必需的,但我们很乐意在贡献过程中为您提供指导特别是如果你已经很好地理解了如何实现修复。
|
|
options:
|
|
- label: 是的,我愿意提交 PR!
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Code of Conduct
|
|
options:
|
|
- label: >
|
|
我已阅读并同意遵守该项目的 [行为准则](https://docs.github.com/zh/site-policy/github-terms/github-community-code-of-conduct)。
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: "感谢您填写我们的表单!" |