Update issue templates

This commit is contained in:
msojocs 2022-02-26 13:22:18 +08:00 committed by GitHub
parent 38677f49b1
commit 542531810f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 0 deletions

31
.github/ISSUE_TEMPLATE/--bug.md vendored Normal file
View File

@ -0,0 +1,31 @@
---
name: 报告Bug
about: 创建一个问题报告帮助我们做得更好
title: ''
labels: bug
assignees: ''
---
**问题描述**
请对问题做一个简单描述。
**问题复现**
复现问题需要进行的操作:
1. 打开 '...'
2. 点击 '....'
3. 看到问题
**期望的效果**
经过上述操作你希望得到的结果.
**截屏**
添加截图图片有助于解释您的问题.
**版本信息 (这是必要的):**
- OS: [e.g. iOS]
- Package [e.g. xxx_wine.tar.gz]
- Version [e.g. 0.1]
**额外的信息**
一些关于此问题的额外信息.

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Version Information (please complete the following information):**
- OS: [e.g. iOS]
- Package [e.g. xxx_wine.tar.gz]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.