1234567891011121314151617181920212223242526272829303132333435363738 |
- name: 😇 问题反馈
- description: 使用 Yzncms 过程中遇到的 Bug、异常或其他困惑。
- title: ""
- labels: ["bug"]
- body:
- - type: checkboxes
- attributes:
- label: 议题条件
- description: 在你开始之前,请花几分钟时间确保你已如实完成以下工作,以便让我们更高效地沟通。
- options:
- - label: 我确认已查看官方使用文档:[https://www.kancloud.cn/ken678/yzncms](https://www.kancloud.cn/ken678/yzncms ) ,但没有找到相关解决方案。
- required: true
- - label: 我确认已在 [Issues](https://gitee.com/ken678/YZNCMS/issues ) 中搜索过类似的问题,但没有找到相关解决方案。
- required: true
- - label: 我已点击左上角【[star](https://gitee.com/ken678/YZNCMS/issues/I4KXPX )】进行关注,请作者快马加鞭处理。
- required: false
- - type: input
- attributes:
- label: 版本号
- placeholder: 请提供您所使用的 Yzncms 版本号
- validations:
- required: true
- - type: textarea
- attributes:
- label: 问题描述
- placeholder: 请提供尽可能详细的问题描述和具体操作步骤等信息,以便我们也能够更轻松地将问题复现。
- validations:
- required: true
- - type: textarea
- attributes:
- label: 业务代码
- placeholder: 提供与该问题对应的业务代码片段,以便我们更好地排查问题。
- validations:
- required: true
- - type: textarea
- attributes:
- label: 其他补充
- placeholder: 如截图等补充信息。
|