添加了gitea模板

This commit is contained in:
2023-12-28 11:01:49 +08:00
parent bcc2254b20
commit 2e9c525893
2 changed files with 83 additions and 0 deletions

39
.gitea/ISSUE_TEMPLATE.md Normal file
View File

@@ -0,0 +1,39 @@
---
name: "Bug 反馈"
about: "Bug 反馈模板"
title: "[BUG] "
ref: "main"
labels:
- kind/bug
- priority/medium
---
# Bug 反馈标题
[//]: # (提供一个清晰且描述性的标题)
## 描述
[//]: # (提供问题的简洁描述)
- **问题描述**
## 复现步骤
[//]: # (清晰列出复现Bug的步骤)
1.
2.
3.
## 预期行为
[//]: # (描述你预期会发生什么)
- **预期结果**
## 实际行为
[//]: # (描述实际发生了什么)
- **实际结果**
## 可能的解决方案
[//]: # (如果你有的话建议一个修复Bug的方法)
- **建议的修复方案**
## 补充上下文
[//]: # (在这里添加关于问题的任何其他上下文,如截图、日志等。)