Files
test_issue_template/.gitea/ISSUE_TEMPLATE.md
2023-12-05 02:06:02 +08:00

39 lines
655 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: "Bug 反馈"
about: "Bug 反馈模板"
title: "[BUG] "
ref: "main"
labels:
- kind/bug
- "help needed"
---
# Bug 反馈
## 描述
[//]: # (提供问题的简洁描述)
- **问题描述**
## 复现步骤
[//]: # (清晰列出复现Bug的步骤)
1.
2.
3.
## 预期行为
[//]: # (描述你预期会发生什么)
- **预期结果**
## 实际行为
[//]: # (描述实际发生了什么)
- **实际结果**
## 可能的解决方案
[//]: # (如果你有的话建议一个修复Bug的方法)
- **建议的修复方案**
## 补充上下文
[//]: # (在这里添加关于问题的任何其他上下文,如截图、日志等。)