2
0

bug.yml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. name: Bug 报告
  2. description: 提交一个 bug
  3. labels:
  4. - "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. validations:
  31. required: true
  32. - type: input
  33. id: version-mirai-core
  34. attributes:
  35. label: mirai-core 版本
  36. description: "填写你正在使用的版本号,如 `2.8.2`"
  37. placeholder: 2.8.2
  38. validations:
  39. required: true
  40. - type: dropdown
  41. id: bot-protocol
  42. attributes:
  43. label: bot-protocol
  44. options:
  45. - ANDROID_PHONE
  46. - ANDROID_PAD
  47. - ANDROID_WATCH
  48. - IPAD
  49. - MACOS
  50. validations:
  51. required: true
  52. - type: textarea
  53. id: version-others
  54. attributes:
  55. label: 其他组件版本
  56. description: 如果你正在通过 mirai-console 或其他间接使用 mirai-core 的中间件(如 mirai-native、mirai-api-http 或者其他第三方 SDK), 请同样提供版本号
  57. placeholder: |
  58. mirai-api-http: `2.3.3`
  59. - type: textarea
  60. id: journal-system
  61. attributes:
  62. label: 系统日志
  63. description: |
  64. 请提供全面的相关日志. 请不要截图.
  65. 如果日志过大, 可以在 `补充信息` 上传文件.
  66. render: 'text'
  67. validations:
  68. required: true
  69. - type: textarea
  70. id: journal-network
  71. attributes:
  72. label: 网络日志
  73. description: |
  74. 请提供全面的网络日志. 请不要截图.
  75. 一般网络日志位于 bots/<****>/logs 里
  76. 如果日志过大, 可以在 `补充信息` 上传文件.
  77. render: text
  78. validations:
  79. required: true
  80. - type: textarea
  81. id: additional
  82. attributes:
  83. label: 补充信息
  84. description: 如有必要,你可以在下文继续添加其他信息