Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2ac0ae

Browse files
committed
Add issue templates
1 parent 15a1d72 commit e2ac0ae

File tree

4 files changed

+92
-0
lines changed

4 files changed

+92
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: 'Bug report'
3+
about: 'Create a report to help us improve'
4+
title: ''
5+
labels: 'Status: Review Needed'
6+
assignees: ''
7+
8+
---
9+
10+
**Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.**
11+
12+
**Describe the bug**
13+
A clear and concise description of what the bug is.
14+
15+
**To Reproduce**
16+
Steps to reproduce the behavior:
17+
18+
1. Open Netch
19+
2. ...
20+
21+
**Log**
22+
Attaching any log files in the folder `Netch\logging` is strongly recommended.
23+
24+
**Screenshots**
25+
If applicable, add screenshots to help explain your problem.
26+
27+
**Environment (please complete the following information):**
28+
- OS: [e.g. Windows 10 Pro 64-bit 1903]
29+
- Netch Version: [e.g. 1.0.0-STABLE.x64]
30+
31+
**Additional context**
32+
Add any other context about the problem here.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: '错误报告'
3+
about: '创建错误报告以帮助我们改进'
4+
title: ''
5+
labels: 'Status: Review Needed'
6+
assignees: ''
7+
8+
---
9+
10+
**确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。**
11+
12+
**错误描述**
13+
对错误的清晰简洁描述
14+
15+
**复现步骤**
16+
1. 打开 Netch 软件
17+
2. ...
18+
19+
**日志**
20+
强烈建议附上任何在 `Netch\logging` 文件夹下面的日志。
21+
22+
**错误截图**
23+
如果适用,请添加屏幕截图以帮助解释您的问题
24+
25+
**信息**
26+
- 操作系统:[例如 Windows 10 专业版 64 位 1903]
27+
- 软件版本:[例如 1.0.0-STABLE 64 位]
28+
29+
**额外信息**
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: 'Feature request'
3+
about: 'Suggest an idea for this project'
4+
title: ''
5+
labels: 'Status: Review Needed'
6+
assignees: ''
7+
8+
---
9+
10+
**Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.**
11+
12+
**Describe the feature you want**
13+
A clear and concise description of what you want to happen.
14+
15+
**Additional context** (Optional)
16+
Add any other context or screenshots about the feature request here.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: '功能请求'
3+
about: '建议这个项目的想法'
4+
title: ''
5+
labels: 'Status: Review Needed'
6+
assignees: ''
7+
8+
---
9+
10+
**确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。**
11+
12+
**功能描述**
13+
简明扼要地描述需要的功能
14+
15+
**额外信息**

0 commit comments

Comments
 (0)