Skip to content

Commit

Permalink
✨ 添加 issues 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Mar 1, 2024
1 parent 511799c commit 6f0cc3f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitee/ISSUE_TEMPLATE/config.yml
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%的疑惑 # 跳转外部网站的描述说明
28 changes: 28 additions & 0 deletions .gitee/ISSUE_TEMPLATE/issue.yml
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

0 comments on commit 6f0cc3f

Please sign in to comment.