bug_report.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. name: "🕷️ Bug report"
  2. description: |
  3. Please follow this template carefully to ensure we can address your issue quickly.
  4. Make sure to provide as much detail as possible, including logs and screenshots.
  5. labels:
  6. - bug
  7. body:
  8. - type: checkboxes
  9. attributes:
  10. label: Self Checks
  11. description: "To ensure timely help, please confirm the following:"
  12. options:
  13. - label: This template is only for bug reports. For questions, please visit [Discussions](https://github.com/fishaudio/fish-speech/discussions).
  14. required: true
  15. - label: I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. [English](https://speech.fish.audio/) [中文](https://speech.fish.audio/zh/) [日本語](https://speech.fish.audio/ja/) [Portuguese (Brazil)](https://speech.fish.audio/pt/)
  16. required: true
  17. - label: I have searched for existing issues, including closed ones. [Search issues](https://github.com/fishaudio/fish-speech/issues)
  18. required: true
  19. - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/fishaudio/fish-speech/issues/515)).
  20. required: true
  21. - label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
  22. required: true
  23. - label: "Please do not modify this template and fill in all required fields."
  24. required: true
  25. - type: dropdown
  26. attributes:
  27. label: Cloud or Self Hosted
  28. multiple: true
  29. options:
  30. - Cloud
  31. - Self Hosted (Docker)
  32. - Self Hosted (Source)
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: Environment Details
  38. description: "Provide details such as OS, Python version, and any relevant software or dependencies."
  39. placeholder: e.g., macOS 13.5, Python 3.10, torch==2.4.1, Gradio 4.44.0
  40. validations:
  41. required: true
  42. - type: textarea
  43. attributes:
  44. label: Steps to Reproduce
  45. description: |
  46. Include detailed steps, screenshots, and logs. Use the correct markdown syntax for code blocks.
  47. placeholder: |
  48. 1. Run the command `python -m tools.api_client -t "xxxxx"`
  49. 2. Observe the console output error: `ModuleNotFoundError: No module named 'pyaudio'` (with screenshots or logs will be better)
  50. validations:
  51. required: true
  52. - type: textarea
  53. attributes:
  54. label: ✔️ Expected Behavior
  55. placeholder: Describe what you expected to happen.
  56. validations:
  57. required: false
  58. - type: textarea
  59. attributes:
  60. label: ❌ Actual Behavior
  61. placeholder: Describe what actually happened.
  62. validations:
  63. required: false