bug.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. name: Bug 反馈
  2. description: 当你中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个组件存在问题,或者某些地方看起来不对劲。
  3. title: "[Bug]: "
  4. labels: ["bug"]
  5. body:
  6. - type: textarea
  7. id: version
  8. attributes:
  9. label: 版本
  10. description: 你当前正在使用我们软件的哪个版本(pom文件内的版本号)?
  11. value: |
  12. 注意: 未填写版本号不予处理直接关闭或删除
  13. jdk版本(带上尾号):
  14. 框架版本(项目启动时输出的版本号):
  15. 其他依赖版本(你觉得有必要的):
  16. validations:
  17. required: true
  18. - type: checkboxes
  19. attributes:
  20. label: 功能不好用不会用是否已经看过项目文档?
  21. options:
  22. - label: https://plus-doc.dromara.org
  23. required: true
  24. - type: checkboxes
  25. attributes:
  26. label: 这个问题是否已经存在?
  27. options:
  28. - label: 我已经搜索过现有的问题 (https://gitee.com/dromara/RuoYi-Cloud-Plus/issues)
  29. required: true
  30. - type: textarea
  31. attributes:
  32. label: 异常模块
  33. description: 此报错都涉及到那些系统模块。
  34. validations:
  35. required: true
  36. - type: textarea
  37. attributes:
  38. label: 希望结果
  39. description: 想知道你觉得怎么样是正常或者合理的。
  40. validations:
  41. required: true
  42. - type: markdown
  43. attributes:
  44. label: 如何复现
  45. description: 请详细告诉我们如何复现你遇到的问题
  46. value: |
  47. 如涉及代码 可提供一个最小代码示例 并使用```附上它 或者截图均可 越详细越好<br>
  48. 大多数问题都是 代码编写错误问题 逻辑问题 或者用法错误等问题
  49. validations:
  50. required: true
  51. - type: textarea
  52. attributes:
  53. label: 相关代码与报错信息(请勿发混乱格式)
  54. description: 如果可以的话,上传任何关于 bug 的截图。
  55. value: |
  56. [在这里上传图片]