ISSUE_TEMPLATE_1.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: BUG 反馈
  2. description: 如果你有遇到 BUG 请选择此项进行反馈
  3. title: "【BUG反馈】 "
  4. labels: ["bug"]
  5. body:
  6. - type: checkboxes
  7. id: checklist
  8. attributes:
  9. label: ⚠️ 重要阅读
  10. options:
  11. - label: 请确保你已升级至 [最新发布的测试版本](https://github.com/kongzue/DialogX/releases),旧版本存在的问题不再处理。
  12. required: true
  13. - label: 请确保你已在 [已有的issues](https://github.com/kongzue/DialogX/issues?q=is%3Aissue+is%3Aclosed) 中查询过没有类似的问题。
  14. required: true
  15. - label: 请先确认您已阅读[《常见问题》](https://github.com/kongzue/DialogX/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
  16. required: true
  17. - label: 如有条件建议尝试拉取整个项目,尝试运行 Demo app,并模拟在 Demo 环境中运行可能存在问题的代码,如果可以复现请提交 issues 并附上复现代码。
  18. required: false
  19. - type: textarea
  20. id: problem-description
  21. attributes:
  22. label: 问题描述
  23. description: 请在此详细描述问题。
  24. placeholder: 请在此详细描述问题。
  25. value: "我遇到了..."
  26. validations:
  27. required: true
  28. - type: input
  29. id: dialogx-version
  30. attributes:
  31. label: DialogX 版本
  32. description: 请在此说明您使用的DialogX框架版本
  33. placeholder: 例如:0.0.49.beta11
  34. validations:
  35. required: true
  36. - type: input
  37. id: device-information
  38. attributes:
  39. label: 设备信息
  40. description: 请在此说明您使用的设备型号、Android 版本等信息以协助我们排查问题
  41. placeholder: 例如:Google Pixel5 Android 14 beta4
  42. validations:
  43. required: true
  44. - type: dropdown
  45. id: be-reproduced
  46. attributes:
  47. label: 是否在 Demo 中能复现此问题?
  48. description: 是否尝试拉取 Git,并尝试在 Demo 中复现您的问题?
  49. options:
  50. - 否
  51. - 是
  52. - 未尝试
  53. validations:
  54. required: true
  55. - type: textarea
  56. id: issues-screenshot
  57. attributes:
  58. label: 问题截图/视频
  59. description: 请在此插入佐证问题的截图和视频。
  60. placeholder: 请在此插入佐证问题的截图和视频。
  61. value: "截屏/视频"
  62. validations:
  63. required: false
  64. - type: textarea
  65. id: logs
  66. attributes:
  67. label: 错误日志
  68. description: 如果有出现崩溃,请提供详细的错误日志,错误日志需要至少包含“com.kongzue.dialogx”的包名以便于定位问题。
  69. render: java