bug_report.yml 558 B

123456789101112131415161718192021222324
  1. name: Bug Report
  2. description: You think somethings is broken
  3. title: "[Bug]: "
  4. labels: ["bug"]
  5. body:
  6. - type: textarea
  7. id: what-did
  8. attributes:
  9. label: Issue
  10. description: You can describe the bug here as well as add your used images if you want.
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: cmdargs
  15. attributes:
  16. label: Command Line Arguments
  17. description: Please use --verbose when running
  18. render: Shell
  19. - type: textarea
  20. id: logs
  21. attributes:
  22. label: Console logs
  23. render: Shell