docs: add issue templates (#252)

This commit is contained in:
住京华
2025-06-05 11:37:46 +08:00
committed by GitHub
parent 42ffbcb198
commit 365d15d613
6 changed files with 132 additions and 82 deletions

37
.github/ISSUE_TEMPLATE/bug.en.md vendored Normal file
View File

@@ -0,0 +1,37 @@
---
name: "\U0001F41B Bug Report"
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ZhuJHua
---
## 🐛 Bug Description
A clear and concise description of what the bug is.
## 📝 Steps to Reproduce
1.
2.
3.
4.
## 🤔 Expected behavior
A clear description of what you expected to happen.
## 📱 Device Information
- Operating System: [e.g. iOS/Android]
- Device Model: [e.g. iPhone 16/Pixel 9]
- App Version: [e.g. v1.0.0]
## 🖼️ Screenshots
If applicable, add screenshots to help explain your problem.
## 🗒️ Additional context
Add any other context about the problem here.

38
.github/ISSUE_TEMPLATE/bug.zh.md vendored Normal file
View File

@@ -0,0 +1,38 @@
---
name: "\U0001F41B 异常报告"
about: 创建报告以帮助我们改善
title: "[BUG]"
labels: bug
assignees: ZhuJHua
---
## 🐛Bug 描述
请简要描述问题。
## 📝复现步骤
1.
2.
3.
4.
## 🤔预期行为
简要描述你期望发生的事情。
## 📱设备信息
- 操作系统: [e.g. iOS/Android]
- 设备型号: [e.g. iPhone 16/Pixel 9]
- App 版本: [e.g. v1.0.0]
## 🖼️截图
如果有帮助的话,请附上相关截图。
## 🗒️其他信息
关于问题的其他信息。

28
.github/ISSUE_TEMPLATE/feat.en.md vendored Normal file
View File

@@ -0,0 +1,28 @@
---
name: "\U0001F4A1 Feature request"
about: Suggest an idea for this project
title: "[Feature]"
labels: enhancement
assignees: ZhuJHua
---
## 💡Feature Request
A clear and concise description of the feature you'd like to be added.
## 🤔What problem does this feature solve?
Explain why this feature would be useful or what problem it solves.
## 📑Implementation Details (optional)
If you have any ideas on how to implement it, please provide details.
## 📱Relevant Platforms
- Platform: [e.g. iOS/Android]
## 🗒️ Additional context
Add any other context or screenshots about the feature request here.

29
.github/ISSUE_TEMPLATE/feat.zh.md vendored Normal file
View File

@@ -0,0 +1,29 @@
---
name: "\U0001F4A1 新功能请求"
about: 为项目提出一个想法
title: "[Feature]"
labels: enhancement
assignees: ZhuJHua
---
## 💡新功能请求
请简要描述你希望添加的功能。
## 🤔这个功能能解决什么问题?
解释该功能的必要性。
## 📑实现细节(可选)
如果你有任何实现细节,请提供。
## 📱相关平台
- 平台: [e.g. iOS/Android]
## 🗒️其他信息
关于此功能的其他信息。

View File

@@ -1,45 +0,0 @@
---
name: "\U0001F41B 异常报告 | Bug Report"
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ZhuJHua
---
## 🐛 Bug 描述 | Bug Description
请简要描述问题。
A clear and concise description of what the bug is.
## 📝 复现步骤 | Steps to Reproduce
1.
2.
3.
4.
## 🤔 预期行为 | Expected behavior
简要描述你期望发生的事情。
A clear description of what you expected to happen.
## 📱 设备信息 | Device Information
- 操作系统: [e.g. iOS/Android]
- 设备型号: [e.g. iPhone 12/Pixel 5]
- App 版本: [e.g. v1.0.0]
## 🖼️ 截图 | Screenshots
如果有帮助的话,请附上相关截图。
If applicable, add screenshots to help explain your problem.
## 🗒️ 其他信息 | Additional context
关于问题的其他信息。
Add any other context about the problem here.

View File

@@ -1,37 +0,0 @@
---
name: "\U0001F4A1新功能请求 | Feature request"
about: Suggest an idea for this project
title: "[Feature]"
labels: enhancement
assignees: ZhuJHua
---
## 💡 新功能请求 | Feature Request
请简要描述你希望添加的功能。
A clear and concise description of the feature you'd like to be added.
## 🤔 这个功能能解决什么问题?| What problem does this feature solve?
解释该功能的必要性。
Explain why this feature would be useful or what problem it solves.
## 📑 实现细节(可选)| Implementation Details (optional)
如果你有任何实现细节,请提供。
If you have any ideas on how to implement it, please provide details.
## 📱 相关设备/平台 | Relevant Devices/Platforms
- 平台: [e.g. iOS/Android]
- 相关版本: [e.g. v1.0.0]
## 🗒️ 其他信息 | Additional context
关于此功能的其他信息。
Add any other context or screenshots about the feature request here.