bug_report_template.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. name: "Bug report"
  2. description: Report a bug
  3. labels: [ "bug" ]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thanks for taking the time to fill out this bug report!
  9. - type: textarea
  10. id: bug-description
  11. attributes:
  12. label: Describe the bug
  13. description: A clear and concise description of what the bug is.
  14. placeholder: Bug description
  15. validations:
  16. required: true
  17. - type: checkboxes
  18. attributes:
  19. label: Is there an existing issue for this?
  20. description: Please search to see if an issue already exists for the issue you encountered.
  21. options:
  22. - label: I have searched the existing issues
  23. required: true
  24. - type: textarea
  25. id: reproduction
  26. attributes:
  27. label: Reproduction
  28. description: Please provide the steps necessary to reproduce your issue.
  29. placeholder: Reproduction
  30. validations:
  31. required: true
  32. - type: textarea
  33. id: screenshot
  34. attributes:
  35. label: Screenshot
  36. description: "If possible, please include screenshot(s) so that we can understand what the issue is."
  37. - type: textarea
  38. id: logs
  39. attributes:
  40. label: Logs
  41. description: "Please include the full stacktrace of the errors you get in the command-line (if any)."
  42. render: shell
  43. validations:
  44. required: true
  45. - type: textarea
  46. id: system-info
  47. attributes:
  48. label: System Info
  49. description: "Please share your system info with us: operating system, GPU brand, and GPU model. If you are using a Google Colab notebook, mention that instead."
  50. render: shell
  51. placeholder:
  52. validations:
  53. required: true