Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

bug.yml 1.6KB

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