diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 0000000..b7ffceb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,15 @@ +--- +name: 使用咨询 +about: 关于SDK使用相关的咨询 +title: "[咨询]" +labels: question +assignees: '' + +--- + + +**请描述您的问题** diff --git a/.github/ISSUE_TEMPLATE/--bug.md b/.github/ISSUE_TEMPLATE/--bug.md new file mode 100644 index 0000000..cd0080d --- /dev/null +++ b/.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] diff --git a/.github/ISSUE_TEMPLATE/api--.md b/.github/ISSUE_TEMPLATE/api--.md new file mode 100644 index 0000000..09a98ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/api--.md @@ -0,0 +1,13 @@ +--- +name: API需求 +about: 待实现的API接口 +title: "[Feature]" +labels: enhancement +assignees: '' + +--- + +**你想要实现的模块或API** + + +>SDK的强大离不开社区的帮助