bug_report.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. name: bug反馈 / bug report
  2. description: "提交 bug反馈/ bug report"
  3. body:
  4. - type: checkboxes
  5. attributes:
  6. label: 完整性要求 / Integrity requirements
  7. description: |-
  8. 请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。
  9. options:
  10. - label: 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  11. required: true
  12. - label: 我提供了完整的配置文件和日志,而不是出于自己的判断只给出截取的部分。
  13. required: true
  14. - label: 我搜索了issues,没有发现已提出的类似问题。
  15. required: true
  16. - type: input
  17. attributes:
  18. label: 版本
  19. description: 使用的PMail版本
  20. validations:
  21. required: true
  22. - type: textarea
  23. attributes:
  24. label: 描述
  25. description: 请提供错误的详细描述。以及你认为有价值的信息。
  26. validations:
  27. required: true
  28. - type: textarea
  29. attributes:
  30. label: 重现方式
  31. description: |-
  32. 基于你下面提供的配置,提供重现BUG方法。
  33. validations:
  34. required: true
  35. - type: markdown
  36. attributes:
  37. value: |-
  38. ## 配置与日志部分
  39. ### 对于配置文件
  40. 请提供可以重现问题的配置文件。
  41. ### 对于日志
  42. 请先将日志等级设置为 debug.
  43. 重启 PMail ,再按复现方式操作,尽量减少日志中的无关部分。
  44. 记得删除有关个人信息的部分。
  45. 提供 PMail 的日志,而不是面板或者别的东西输出的日志。
  46. ### 最后
  47. 在去掉不影响复现的部分后,提供实际运行的**完整**文件,不要出于自己的判断只提供入站出站或者几行日志。
  48. 把内容放在文本框预置的 ```<details><pre><code>``` 和 ```</code></pre></details>``` 中间。
  49. 如果问题十分明确只出现在某一端(如按文档正确编写配置后核心启动失败/崩溃),可以在下面不需要的项目填入N/A.
  50. - type: textarea
  51. attributes:
  52. label: 服务端配置
  53. value: |-
  54. <details><pre><code>
  55. </code></pre></details>
  56. validations:
  57. required: true
  58. - type: textarea
  59. attributes:
  60. label: 服务端日志
  61. value: |-
  62. <details><pre><code>
  63. </code></pre></details>
  64. validations:
  65. required: true