Update issue templates

This commit is contained in:
ikechan8370 2023-02-12 11:43:31 +08:00 committed by GitHub
parent 36aaa12586
commit 6adbff5d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

43
.github/ISSUE_TEMPLATE/问题反馈.md vendored Normal file
View file

@ -0,0 +1,43 @@
---
name: 问题反馈
about: 提出bug解决问题并改进本项目
title: ''
labels: ''
assignees: ''
---
**请在提交issue前确认你已阅读了以下资料**
- 项目的readme文件
- 其他已有的Issue
如果你的问题已经在readme或其他Issue中得到解答我们很可能不会回复。请确保你的问题是一个新的问题。
## 问题描述
请在此处描述您遇到的问题,包括出现问题的环境、您试图实现的功能以及错误信息等。请尽可能详细,以便其他人可以在自己的环境中复制问题。
## 预期行为
请描述您期望系统在出现问题时应该做什么。
## 实际行为
请描述您实际看到的行为。
## 复制过程
请详细描述如何复制这个问题,包括所有必要的步骤、输入、任何错误信息以及输出。
## 环境
请提供您使用的任何相关信息,例如操作系统、版本、配置等。
## 可能的解决方案
如果您已经尝试了一些解决方案,请在此处描述这些解决方案,并说明是否有效。
## 附加信息
如果有任何其他信息,如日志、截图等,请在此处提供。