更新bug提交模板

This commit is contained in:
Jing Ling
2020-07-31 21:38:19 +08:00
parent 573a0ba47b
commit 6da4bfa0c0
3 changed files with 36 additions and 39 deletions
+32 -28
View File
@@ -1,38 +1,42 @@
--- ---
name: Bug report name: Please use this English template to submit Bug
about: Create a report to help us improve about: "Be sure to submit the Bug according to the template\U0001F64F"
title: '' title: Please fill in the BUG title
labels: '' labels: bug
assignees: '' assignees: shmilylty
--- ---
**Describe the bug** **Whether the latest code is used**
A clear and concise description of what the bug is. Yes or no (if not, try to clone the latest code and run again!)
**To Reproduce** **Bug description**
Steps to reproduce the behavior: Clear and concise Bug description(required)
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior** **Operation environment**
A clear and concise description of what you expected to happen. - System information: [e.g. Windows 10 x64] (required)
- Python version: [e.g. 3.7.1] (required)
- OneForAll version: [e.g. 0.3.0] (required)
**Screenshots** **How to reproduce**
If applicable, add screenshots to help explain your problem. 1. Step (optional)
**Desktop (please complete the following information):** 2. Command (required)
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):** **Error text**
- Device: [e.g. iPhone6] Copy the complete error text (required)
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context** **Expected results**
Add any other context about the problem here. A clear and concise description of the expected results (optional, such as what a normal situation should look like)
**Actual results**
A clear and concise description of the actual results (optional, such as any errors)
**Screenshot**
Screenshot of complete OneForAll execution process (recommended upload)
**Log upload**
Upload oneforall.log log files (it is recommended to upload logs in case of complex problems)
**Supplementary information**
Some other supplementary notes about bug
+4 -1
View File
@@ -16,7 +16,7 @@ assignees: shmilylty
**运行环境** **运行环境**
- 系统:[例如Windows 10 x64](必写) - 系统:[例如Windows 10 x64](必写)
- Python版本:[例如3.7.1](必写) - Python版本:[例如3.7.1](必写)
- OneForAll版本:[例如0.0.6](必写) - OneForAll版本:[例如0.3.0](必写)
**如何复现** **如何复现**
复现步骤(选写) 复现步骤(选写)
@@ -37,3 +37,6 @@ assignees: shmilylty
**日志上传** **日志上传**
上传oneforall.log日志文件(复杂问题建议上传) 上传oneforall.log日志文件(复杂问题建议上传)
**其他补充**
关于bug的其他一些补充说明
-10
View File
@@ -1,10 +0,0 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---