Skip to content

Commit c779de0

Browse files
authored
Update issue templates
1 parent fa6668d commit c779de0

File tree

3 files changed

+53
-51
lines changed

3 files changed

+53
-51
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,38 @@
1-
# 提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,完成内容后,请务必移除包括本句在内的无用内容,以免影响他人阅读,谢谢合作~
2-
# 另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
37

4-
### 简要描述
5-
__明确描述下你所遇到的问题,如果是新功能或接口需求,请提供对应微信官方文档地址以便查阅。__
8+
---
69

10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
712

8-
### 模块版本情况
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
919

10-
* WxJava 模块名:
11-
* WxJava 版本号:
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
1222

13-
### 期待结果 和 实际情况
14-
__尽量详细描述__
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
1525

16-
### 重现步骤
17-
1.
18-
2.
19-
3.
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
2030

21-
### 日志
22-
__将日志放在 [pastebin](https://paste.ubuntu.com/) 或者其他地方,并将url地址贴在这里__
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1-
# 提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,完成内容后,请务必移除包括本句在内的无用内容,以免影响他人阅读,谢谢合作~
2-
# 另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
37

4-
### 简要描述
5-
__明确描述下你所遇到的问题,如果是新功能或接口需求,请提供对应微信官方文档地址以便查阅。__
8+
---
69

710

8-
### 模块版本情况
9-
10-
* WxJava 模块名:
11-
* WxJava 版本号:
12-
13-
### 期待结果 和 实际情况
14-
__尽量详细描述__
15-
16-
### 重现步骤
17-
1.
18-
2.
19-
3.
20-
21-
### 日志
22-
__将日志放在 [pastebin](https://paste.ubuntu.com/) 或者其他地方,并将url地址贴在这里__
Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
# 提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,完成内容后,请务必移除包括本句在内的无用内容,以免影响他人阅读,谢谢合作~
2-
# 另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
37

4-
### 简要描述
5-
__明确描述下你所遇到的问题,如果是新功能或接口需求,请提供对应微信官方文档地址以便查阅。__
8+
---
69

10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
712

8-
### 模块版本情况
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
915

10-
* WxJava 模块名:
11-
* WxJava 版本号:
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
1218

13-
### 期待结果 和 实际情况
14-
__尽量详细描述__
15-
16-
### 重现步骤
17-
1.
18-
2.
19-
3.
20-
21-
### 日志
22-
__将日志放在 [pastebin](https://paste.ubuntu.com/) 或者其他地方,并将url地址贴在这里__
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)