diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..0e4631a9 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false # 不允许用户创建空白 Issue +contact_links: + - name: 遇到问题请先看《使用中常见问题汇总》!谢谢!!! # 外部网站名称 + url: https://gitee.com/596392912/mica-mqtt/issues/I45GO7 # 跳转的外部网站目标地址 + about: 该文档可以解决你90%的疑惑 # 跳转外部网站的描述说明 diff --git a/.gitee/ISSUE_TEMPLATE/issue.yml b/.gitee/ISSUE_TEMPLATE/issue.yml new file mode 100644 index 00000000..ad6ce7ca --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/issue.yml @@ -0,0 +1,28 @@ +name: 问题咨询 +description: "请尽可能详细的描述问题,提供足够的上下文" +body: + - type: dropdown + id: version + attributes: + label: mica-mqtt版本 + options: + - "2.2.x" + - "老版本存在编解码异常,请先升级" + validations: + required: true + - type: dropdown + id: version + attributes: + label: 服务端还是客户端 + options: + - "mica-mqtt client 客户端" + - "mica-mqtt server 服务端" + validations: + required: true + - type: textarea + id: desired-solution + attributes: + label: 问题描述 + description: 详细问题,提供相应截图和日志 + validations: + required: true