diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f1ef1af0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +# 提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,完成内容后,请务必移除包括本句在内的无用内容,以免影响他人阅读,谢谢合作~ +# 另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合 + +### 简要描述 +__明确描述下你所遇到的问题,如果是新功能或接口需求,请提供对应微信官方文档地址以便查阅。__ + + +### 模块版本情况 + +* WxJava 模块名: +* WxJava 版本号: + +### 期待结果 和 实际情况 +__尽量详细描述__ + +### 重现步骤 +1. +2. +3. + +### 日志 +__将日志放在 [pastebin](https://paste.ubuntu.com/) 或者其他地方,并将url地址贴在这里__ diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..18570d0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,31 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + +# 提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,完成内容后,请务必移除包括本句在内的无用内容,以免影响他人阅读,谢谢合作~ +# 另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合 + +### 简要描述 +__明确描述下你所遇到的问题,如果是新功能或接口需求,请提供对应微信官方文档地址以便查阅。__ + + +### 模块版本情况 + +* WxJava 模块名: +* WxJava 版本号: + +### 期待结果 和 实际情况 +__尽量详细描述__ + +### 重现步骤 +1. +2. +3. + +### 日志 +__将日志放在 [pastebin](https://paste.ubuntu.com/) 或者其他地方,并将url地址贴在这里__ diff --git a/.github/ISSUE_TEMPLATE/-----.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 97% rename from .github/ISSUE_TEMPLATE/-----.md rename to .github/ISSUE_TEMPLATE/feature_request.md index f9d33ecd..ad970675 100644 --- a/.github/ISSUE_TEMPLATE/-----.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: 新功能请求 +name: Feature request about: Suggest an idea for this project title: '' labels: ''