1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

Update issue templates

This commit is contained in:
silenceper
2021-07-23 15:46:36 +08:00
committed by GitHub
parent 1005807328
commit dc508f7341
3 changed files with 49 additions and 0 deletions

15
.github/ISSUE_TEMPLATE/----.md vendored Normal file
View File

@@ -0,0 +1,15 @@
---
name: 使用咨询
about: 关于SDK使用相关的咨询
title: "[咨询]"
labels: question
assignees: ''
---
<!--
重要:
1、在使用本SDK前请先阅读对应的官方微信API文档https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Overview.html
2、本SDK部分接口文档 https://silenceper.com/wechat/
-->
**请描述您的问题**

21
.github/ISSUE_TEMPLATE/--bug.md vendored Normal file
View File

@@ -0,0 +1,21 @@
---
name: 报告Bug
about: 反馈BUG信息
title: "[BUG]"
labels: bug
assignees: ''
---
**描述**
**如何复现**
步骤:
1、
2、
**日志信息**
**使用的版本**
- SDK版本: [e.g. v2.0.6]

13
.github/ISSUE_TEMPLATE/api--.md vendored Normal file
View File

@@ -0,0 +1,13 @@
---
name: API需求
about: 待实现的API接口
title: "[Feature]"
labels: enhancement
assignees: ''
---
**你想要实现的模块或API**
>SDK的强大离不开社区的帮助