bug_report.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. name: "🕷️ Bug report"
  2. description: Report errors or unexpected behavior
  3. labels:
  4. - bug
  5. body:
  6. - type: checkboxes
  7. attributes:
  8. label: Self Checks
  9. description: "To make sure we get to you in time, please check the following :)"
  10. options:
  11. - label: This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/fishaudio/fish-speech/discussions).
  12. required: true
  13. - label: I have searched for existing issues [search for existing issues](https://github.com/fishaudio/fish-speech/issues), including closed ones.
  14. required: true
  15. - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/fishaudio/fish-speech/issues/515)).
  16. required: true
  17. - label: "[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
  18. required: true
  19. - label: "Please do not modify this template :) and fill in all the required fields."
  20. required: true
  21. - type: dropdown
  22. attributes:
  23. label: Cloud or Self Hosted
  24. multiple: true
  25. options:
  26. - Cloud
  27. - Self Hosted (Docker)
  28. - Self Hosted (Source)
  29. validations:
  30. required: true
  31. - type: textarea
  32. attributes:
  33. label: Steps to reproduce
  34. description: We highly suggest including screenshots and a bug report log. Please use the right markdown syntax for code blocks.
  35. placeholder: Having detailed steps helps us reproduce the bug.
  36. validations:
  37. required: true
  38. - type: textarea
  39. attributes:
  40. label: ✔️ Expected Behavior
  41. placeholder: What were you expecting?
  42. validations:
  43. required: false
  44. - type: textarea
  45. attributes:
  46. label: ❌ Actual Behavior
  47. placeholder: What happened instead?
  48. validations:
  49. required: false