bug.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. name: Bug 报告
  2. description: 提交一个 bug
  3. labels:
  4. - "z:question"
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 感谢你来到这里
  10. 在反馈前, 请确认你已经做了下面这些事情
  11. - 对照 [Releases](https://github.com/mamoe/mirai/releases),相关问题未在近期更新中解决
  12. - 搜索了已有的 [issues](https://github.com/mamoe/mirai/issues) 列表中有没相关的信息
  13. - 阅读了 [Mirai 的相关文档](https://github.com/mamoe/mirai/tree/dev/docs)
  14. - type: textarea
  15. id: issue-description
  16. attributes:
  17. label: 问题描述
  18. description: 在此详细描述你遇到的问题
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: reproduce
  23. attributes:
  24. label: 复现
  25. description: 在这里简略说明如何让这个问题再次发生
  26. placeholder: |
  27. 在这里简略说明如何让这个问题再次发生
  28. 可使用 1. 2. 3. 的列表格式,或其他任意恰当的格式
  29. 如果你不确定如何复现, 请尽量描述发生当时的情景
  30. 建议提供相关代码
  31. validations:
  32. required: true
  33. - type: input
  34. id: version-mirai-core
  35. attributes:
  36. label: mirai-core 版本
  37. description: "填写你正在使用的版本号,如 `2.8.2`"
  38. placeholder: 2.8.2
  39. validations:
  40. required: true
  41. - type: dropdown
  42. id: bot-protocol
  43. attributes:
  44. label: bot-protocol
  45. options:
  46. - ANDROID_PHONE
  47. - ANDROID_PAD
  48. - ANDROID_WATCH
  49. - IPAD
  50. - MACOS
  51. validations:
  52. required: true
  53. - type: textarea
  54. id: version-others
  55. attributes:
  56. label: 其他组件版本
  57. description: 如果你正在通过 mirai-console 或其他间接使用 mirai-core 的中间件(如 mirai-native、mirai-api-http 或者其他第三方 SDK), 请同样提供版本号
  58. placeholder: |
  59. mirai-api-http: `2.3.3`
  60. - type: textarea
  61. id: journal-system
  62. attributes:
  63. label: 系统日志
  64. description: |
  65. 请提供全面的相关日志. 请不要截图.
  66. 如果日志过大, 可以在 `补充信息` 上传文件.
  67. 如果你遇到的问题是 "消息收不到", "收消息报错" 等与协议有关的问题, 请一定提交日志. 若不提交日志, 你的问题可能会被直接关闭.
  68. render: 'text'
  69. validations:
  70. required: false
  71. - type: textarea
  72. id: journal-network
  73. attributes:
  74. label: 网络日志
  75. description: |
  76. 如果网络日志 (Net xxx) 不包含在系统日志中, 请额外提供网络日志. 若已经包含, 请忽略.
  77. 请提供全面的网络日志. 请不要截图.
  78. 若使用 Mirai Console 一般网络日志位于 bots/<****>/logs 里
  79. 如果日志过大, 可以在 `补充信息` 上传文件.
  80. render: text
  81. validations:
  82. required: false
  83. - type: textarea
  84. id: additional
  85. attributes:
  86. label: 补充信息
  87. description: 如有必要,你可以在下文继续添加其他信息