bug_report.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. name: 问题反馈
  2. description: 请尽可能填写模板中的信息,有助于定位问题
  3. title: "[错误报告]: 请在此处简单描述你的问题"
  4. labels: ["bug"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. 请确认以下信息:
  10. 1. 请按此模板提交issues,不按模板提交的问题将直接关闭。
  11. 2. 如果你的问题可以直接在以往 issue 中找到,那么你的 issue 将会被直接关闭。
  12. 3. 提交问题务必描述清楚、附上日志,描述不清导致无法理解和分析的问题会被直接关闭。
  13. - type: checkboxes
  14. id: ensure
  15. attributes:
  16. label: 确认
  17. description: 在提交 issue 之前,请确认你已经阅读并确认以下内容
  18. options:
  19. - label: 我的版本是最新版本,我的版本号与 [version](https://github.com/ChineseSubFinder/ChineseSubFinder/releases/latest) 相同。
  20. required: true
  21. - label: 我已经 [issue](https://github.com/ChineseSubFinder/ChineseSubFinder/issues) 中搜索过,确认我的问题没有被提出过。
  22. required: true
  23. - label: 我已经修改标题,将标题中的 描述 替换为我遇到的问题。
  24. required: true
  25. - type: input
  26. id: version
  27. attributes:
  28. label: 当前程序版本
  29. description: 遇到问题时程序所在的版本号
  30. validations:
  31. required: true
  32. - type: dropdown
  33. id: environment
  34. attributes:
  35. label: 运行环境
  36. description: 您运行程序的环境
  37. options:
  38. - Docker
  39. - Windows
  40. - Linux
  41. - MacOS
  42. validations:
  43. required: true
  44. - type: textarea
  45. id: what-happened
  46. attributes:
  47. label: 问题描述
  48. description: 请详细描述你碰到的问题
  49. placeholder: "问题描述"
  50. validations:
  51. required: true
  52. - type: dropdown
  53. id: reappear
  54. attributes:
  55. label: 问题复现
  56. description: 您的问题是否能够重现?
  57. options:
  58. - 是
  59. - 否
  60. validations:
  61. required: true
  62. - type: textarea
  63. id: logs
  64. attributes:
  65. label: 发生问题时系统日志
  66. description: |
  67. 问题出现时,程序运行日志请复制到这里,日志在程序的 Logs 目录。
  68. render: bash
  69. - type: textarea
  70. id: config
  71. attributes:
  72. label: 发生问题时配置文件和Docker配置信息
  73. description: |
  74. 1. 配置文件在 `/volume1/docker/chinesesubfinder/config:/config` 下,ChineseSubFinderSettings.json,记得把你的用户名、密码、Emby API 敏感信息删除。
  75. 可以复制上面的配置,使用类似在线 json 格式化的工具进行一次处理,方便阅读,[JSON 在线解析及格式化验证 - JSON.cn](https://www.json.cn/#)
  76. 2. 如果是使用 Docker 部署,请给出对应的 docker-compose 或 docker-cli 信息,如果是其他方式使用忽略。
  77. render: JSON
  78. - type: textarea
  79. id: dir
  80. attributes:
  81. label: 媒体文件夹的目录结构
  82. description: |
  83. 1. 你需要去看主页的部署教程,确认你目录结构是规范的,如果你觉得没问题,那么请除非目录结构截图
  84. 2. 是否看过对应的目录结构要求文档?
  85. - [电影的推荐目录结构](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E7%94%B5%E5%BD%B1%E5%92%8C%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E7%A4%BA%E4%BE%8B.md)
  86. - [连续剧目录结构要求](https://github.com/ChineseSubFinder/ChineseSubFinder/blob/docs/DesignFile/%E8%BF%9E%E7%BB%AD%E5%89%A7%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84%E8%A6%81%E6%B1%82.md)
  87. placeholder: "媒体文件夹的目录结构"
  88. - type: textarea
  89. id: result
  90. attributes:
  91. label: 你期望的结果
  92. description: 你期望的结果
  93. placeholder: "你期望的结果"