优化 Gitee Issue 表单模板

pull/1368/head
贤心 2023-09-11 11:54:52 +08:00
parent 4d9365e4f1
commit cd6ca3e0c7
1 changed files with 67 additions and 62 deletions

View File

@ -1,62 +1,67 @@
name: 😇 问题反馈 name: 😇 问题反馈
description: 使用 Layui 过程中遇到的 Bug、异常或其他困惑。 description: 使用 Layui 过程中遇到的 Bug、异常或其他困惑。
title: "" title: ""
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
**请注意**:此处只接受 Layui 相关技术问题,其他如 layuiAdmin 或 layim 等主题相关问题请勿在此反馈。 **系统提示**:此处只接受 Layui 相关技术问题,其他如 layuiAdmin 或 LayIM 等主题相关问题请勿在此反馈。
<br><br> - type: checkboxes
同时,在反馈问题之前,请确保: attributes:
- 已查看官方使用文档:**https://layui.dev** ,但没有找到相关解决方案。 label: 议题条件
- 已在 **Issues** 中搜索过类似的问题,但没有找到相关解决方案。 options:
- type: input - label: 我确认已查看官方使用文档:**https://layui.dev** ,但没有找到相关解决方案。
attributes: required: true
label: 版本号 - label: 我确认已在 **Issues** 中搜索过类似的问题,但没有找到相关解决方案。
placeholder: 请提供您所使用的 Layui 版本号 required: true
validations: - type: input
required: true attributes:
- type: input label: 版本号
attributes: placeholder: 请提供您所使用的 Layui 版本号
label: 浏览器 validations:
placeholder: Chrome 115.0.5735.91(正式版本) 64 位) required: true
validations: - type: input
required: true attributes:
- type: dropdown label: 浏览器
id: type placeholder: Chrome 116.0.5845.111(正式版本) 64 位)
attributes: validations:
label: 问题类型 required: true
options: - type: dropdown
- 疑是 BUG id: type
- 报错提示 attributes:
- 功能困惑 label: 问题类型
validations: options:
required: true - 疑是 BUG
- type: textarea - 报错提示
attributes: - 功能困惑
label: 问题描述 validations:
placeholder: 请提供详细的问题描述和操作步骤等信息,以便我们也能够更轻松地将问题复现。 required: true
validations: - type: textarea
required: true attributes:
- type: textarea label: 问题描述
attributes: placeholder: 请提供详细的问题描述和操作步骤等信息,以便我们也能够更轻松地将问题复现。
label: 业务代码 validations:
description: 直接粘贴问题对应的 `HTML,CSS,JavaScript` 等代码到下面的文本框,无需书写 `Markdown` required: true
placeholder: 请提供与该问题对应的业务代码片段,以便我们更好地排查问题。 - type: textarea
render: auto attributes:
validations: label: 业务代码
required: true description: 直接粘贴问题对应的 `HTML,CSS,JavaScript` 等代码到下面的文本框,无需书写 `Markdown`
- type: textarea placeholder: 请提供与该问题对应的业务代码片段,以便我们更好地排查问题。
attributes: render: auto
label: 截图补充 validations:
placeholder: 如上述仍然无法准确地表述问题,可提供必要的截图(可直接粘贴上传) required: true
- type: input - type: textarea
attributes: attributes:
label: 演示地址 label: 截图补充
placeholder: 若能提供 CodePen、Stackblitz 或自主搭建的页面演示地址,将更有助于解决问题 placeholder: 如上述仍然无法准确地表述问题,可提供必要的截图(可直接粘贴上传)
- type: checkboxes - type: input
attributes: attributes:
label: 友好承诺 label: 演示地址
options: description: 若能提供 Stackblitz, CodePen 或自主搭建的页面演示地址,将更有助于解决问题
- label: 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护 Layui 良好的社区氛围。 placeholder: URL
required: true - type: checkboxes
attributes:
label: 友好承诺
options:
- label: 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护 Layui 良好的社区氛围。
required: true