Update issue templates
This commit is contained in:
parent
ea89fff811
commit
e4d211dae1
2 changed files with 62 additions and 0 deletions
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
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.
|
||||||
|
|
||||||
|
**Desktop (please complete the following information):**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
- Browser [e.g. chrome, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
**Smartphone (please complete the following information):**
|
||||||
|
- Device: [e.g. iPhone6]
|
||||||
|
- OS: [e.g. iOS8.1]
|
||||||
|
- Browser [e.g. stock browser, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
24
.github/ISSUE_TEMPLATE/question---.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/question---.md
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
name: Question/提问
|
||||||
|
about: Describe this issue template's purpose here./创建报告供帮助者复现你的问题
|
||||||
|
title: "[问题]"
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Environment :** / 环境
|
||||||
|
- OS: [e.g. Win 10]
|
||||||
|
- Python [e.g. 3.6.4 X64]
|
||||||
|
- PyQt5 [e.g. 5.10.1]
|
||||||
|
|
||||||
|
**Describe the bug** or **Expected behavior** ,
|
||||||
|
**Additional context** and **Screenshots**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
Add any other context about the problem here.
|
||||||
|
// 描述你的问题 , 描述程序正常运行你希望的结果 , 提供程序的错误信息 和 源代码 截图 .
|
||||||
|
// 一次性把问题描述清楚 , 帮助者没时间一来一回地协助你描述清楚问题后再帮助你解决 ;
|
||||||
|
// 2个来回后帮助者还不清除你描述的问题 , 则会关闭提问.
|
||||||
|
// 如果代码过长 , 请创建一个仓库并附上链接.
|
Loading…
Reference in a new issue