Skip to content

Commit 5dde475

Browse files
authored
Update issue templates
1 parent 48e10f3 commit 5dde475

File tree

3 files changed

+63
-1
lines changed

3 files changed

+63
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# 提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,完成内容后,请务必移除包括本句在内的无用内容,以免影响他人阅读,谢谢合作~
11+
# 另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
12+
13+
### 简要描述
14+
__明确描述下你所遇到的问题,如果是新功能或接口需求,请提供对应微信官方文档地址以便查阅。__
15+
16+
17+
### 模块版本情况
18+
19+
* WxJava 模块名:
20+
* WxJava 版本号:
21+
22+
### 期待结果 和 实际情况
23+
__尽量详细描述__
24+
25+
### 重现步骤
26+
1.
27+
2.
28+
3.
29+
30+
### 日志
31+
__将日志放在 [pastebin](https://paste.ubuntu.com/) 或者其他地方,并将url地址贴在这里__

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# 提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,完成内容后,请务必移除包括本句在内的无用内容,以免影响他人阅读,谢谢合作~
11+
# 另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
12+
13+
### 简要描述
14+
__明确描述下你所遇到的问题,如果是新功能或接口需求,请提供对应微信官方文档地址以便查阅。__
15+
16+
17+
### 模块版本情况
18+
19+
* WxJava 模块名:
20+
* WxJava 版本号:
21+
22+
### 期待结果 和 实际情况
23+
__尽量详细描述__
24+
25+
### 重现步骤
26+
1.
27+
2.
28+
3.
29+
30+
### 日志
31+
__将日志放在 [pastebin](https://paste.ubuntu.com/) 或者其他地方,并将url地址贴在这里__

.github/ISSUE_TEMPLATE/-----.md renamed to .github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 新功能请求
2+
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
55
labels: ''

0 commit comments

Comments
 (0)