-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
511799c
commit 6f0cc3f
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false # 不允许用户创建空白 Issue | ||
contact_links: | ||
- name: 遇到问题请先看《使用中常见问题汇总》!谢谢!!! # 外部网站名称 | ||
url: https://gitee.com/596392912/mica-mqtt/issues/I45GO7 # 跳转的外部网站目标地址 | ||
about: 该文档可以解决你90%的疑惑 # 跳转外部网站的描述说明 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |