Explorar o código

Update issue templates

silenceper %!s(int64=4) %!d(string=hai) anos
pai
achega
dc508f7341

+ 15 - 0
.github/ISSUE_TEMPLATE/----.md

@@ -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 - 0
.github/ISSUE_TEMPLATE/--bug.md

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

+ 13 - 0
.github/ISSUE_TEMPLATE/api--.md

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