add issue template

This commit is contained in:
Evan 2022-12-27 11:55:50 +09:00
parent 4c955bd384
commit 35b578dde4
4 changed files with 65 additions and 40 deletions

View File

@ -1,5 +1,5 @@
--- ---
name: Bug report name: 报告问题
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ''
labels: '' labels: ''
@ -7,32 +7,30 @@ assignees: ''
--- ---
**Describe the bug** **重现**
A clear and concise description of what the bug is. 重现行为的步骤:
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 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):** **PC (请填写以下信息):**
- Device: [e.g. iPhone6] - 系统: [e.g. iOS]
- OS: [e.g. iOS8.1] - 浏览器 [e.g. chrome, safari]
- Browser [e.g. stock browser, safari] - 版本 [e.g. 22]
- Version [e.g. 22]
**Additional context** **手机 (请填写以下信息):**
Add any other context about the problem here. - 设备: [e.g. iPhone6]
- 系统: [e.g. iOS8.1]
- 浏览器 [e.g. stock browser, safari]
- 版本 [e.g. 22]
**附加上下文**
在此处添加有关该问题的任何其他上下文。

View File

@ -1,10 +0,0 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---

View File

@ -1,5 +1,5 @@
--- ---
name: Feature request name: 想要新功能
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ''
labels: '' labels: ''
@ -7,14 +7,15 @@ 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.

36
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,36 @@
---
name: 请求帮助
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**重现**
重现行为的步骤:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**预期行为**
对您预期发生的事情的清晰简洁的描述。
**截图**
如果适用,请添加屏幕截图以帮助解释您的问题。
**PC (请填写以下信息):**
- 系统: [e.g. iOS]
- 浏览器 [e.g. chrome, safari]
- 版本 [e.g. 22]
**手机 (请填写以下信息):**
- 设备: [e.g. iPhone6]
- 系统: [e.g. iOS8.1]
- 浏览器 [e.g. stock browser, safari]
- 版本 [e.g. 22]
**附加上下文**
在此处添加有关该问题的任何其他上下文。