47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
---
|
||
name: Bug 报告 / Bug Report
|
||
about: 报告一个问题帮助我们改进 / Report a bug to help us improve
|
||
title: "[Bug] "
|
||
labels: bug
|
||
assignees: ''
|
||
---
|
||
|
||
## 问题描述 / Description
|
||
<!-- 简洁清晰地描述这个 Bug / A clear and concise description of the bug -->
|
||
|
||
|
||
## 复现步骤 / Steps to Reproduce
|
||
1.
|
||
2.
|
||
3.
|
||
|
||
## 预期行为 / Expected Behavior
|
||
<!-- 你期望发生什么 / What you expected to happen -->
|
||
|
||
|
||
## 实际行为 / Actual Behavior
|
||
<!-- 实际发生了什么 / What actually happened -->
|
||
|
||
|
||
## 截图 / Screenshots
|
||
<!-- 如有截图,请粘贴在此 / If applicable, add screenshots -->
|
||
|
||
|
||
## 环境信息 / Environment
|
||
|
||
| 项目 | 内容 |
|
||
|------|------|
|
||
| 软件版本 / Version | v |
|
||
| 操作系统 / OS | Windows 10 / 11 |
|
||
| 运行方式 / Mode | exe 直接运行 / 开发模式 |
|
||
|
||
## 日志 / Logs
|
||
<!-- 如有报错日志,请粘贴在此(可在软件界面的错误提示中复制)/ Paste any error logs if available -->
|
||
```
|
||
(粘贴日志 / Paste logs here)
|
||
```
|
||
|
||
## 补充信息 / Additional Context
|
||
<!-- 其他任何有助于定位问题的信息 / Any other context about the problem -->
|
||
|