bug_report.yml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: 问题反馈 / Bug report
  2. title: "[BUG] "
  3. description: 反馈你遇到的问题 / Report the issue you are experiencing
  4. labels: ["bug"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. ## 在提交问题之前,请确认以下事项:
  10. 1. 请 **确保** 您已经查阅了 [Clash Verge Rev 官方文档](https://clash-verge-rev.github.io/guide/term.html) 以及 [常见问题](https://clash-verge-rev.github.io/faq/windows.html)
  11. 2. 请 **确保** [已有的问题](https://github.com/clash-verge-rev/clash-verge-rev/issues?q=is%3Aissue) 中没有人提交过相似issue,否则请在已有的issue下进行讨论
  12. 3. 请 **务必** 给issue填写一个简洁明了的标题,以便他人快速检索
  13. 4. 请 **务必** 先下载 [Alpha](https://github.com/clash-verge-rev/clash-verge-rev/releases/tag/alpha) 版本测试,确保问题依然存在
  14. 5. 请 **务必** 按照模板规范详细描述问题,否则issue将会被关闭
  15. ## Before submitting the issue, please make sure of the following checklist:
  16. 1. Please make sure you have read the [Clash Verge Rev official documentation](https://clash-verge-rev.github.io/guide/term.html) and [FAQ](https://clash-verge-rev.github.io/faq/windows.html)
  17. 2. Please make sure there is no similar issue in the [existing issues](https://github.com/clash-verge-rev/clash-verge-rev/issues?q=is%3Aissue), otherwise please discuss under the existing issue
  18. 3. Please be sure to fill in a concise and clear title for the issue so that others can quickly search
  19. 4. Please be sure to download the [Alpha](https://github.com/clash-verge-rev/clash-verge-rev/releases/tag/alpha) version for testing to ensure that the problem still exists
  20. 5. Please describe the problem in detail according to the template specification, otherwise the issue will be closed
  21. - type: textarea
  22. id: description
  23. attributes:
  24. label: 问题描述 / Describe the bug
  25. description: 详细清晰地描述你遇到的问题 / A clear and concise description of what the bug is
  26. validations:
  27. required: true
  28. - type: textarea
  29. attributes:
  30. label: 复现步骤 / To Reproduce
  31. description: 请提供复现问题的步骤 / Steps to reproduce the behavior
  32. validations:
  33. required: true
  34. - type: dropdown
  35. attributes:
  36. label: 操作系统 / OS
  37. options:
  38. - Windows
  39. - Linux
  40. - MacOS
  41. validations:
  42. required: true
  43. - type: input
  44. attributes:
  45. label: 操作系统版本 / OS Version
  46. description: 请提供你的操作系统版本,Linux请额外提供桌面环境及窗口系统 / Please provide your OS version, for Linux, please also provide the desktop environment and window system
  47. validations:
  48. required: true
  49. - type: textarea
  50. attributes:
  51. label: 日志 / Log
  52. description: 请提供完整或相关部分的Debug日志 / Please provide the complete or relevant part of the Debug log
  53. validations:
  54. required: true