Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs authored Feb 26, 2022
1 parent 38677f4 commit 5425318
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/--bug.md
Original file line number Diff line number Diff line change
@@ -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 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5425318

Please sign in to comment.