00-bug.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: Bug Report
  2. description: Report a bug you've found.
  3. labels: bug
  4. body:
  5. - type: input
  6. id: version_of_ebitengine
  7. attributes:
  8. label: Ebitengine Version
  9. validations:
  10. required: true
  11. - type: checkboxes
  12. id: os
  13. attributes:
  14. label: Operating System
  15. options:
  16. - label: Windows
  17. - label: macOS
  18. - label: Linux
  19. - label: FreeBSD
  20. - label: OpenBSD
  21. - label: Android
  22. - label: iOS
  23. - label: Nintendo Switch
  24. - label: PlayStation 5
  25. - label: Xbox
  26. - label: Web Browsers
  27. validations:
  28. required: true
  29. - type: input
  30. id: version_of_go
  31. attributes:
  32. label: Go Version (`go version`)
  33. validations:
  34. required: true
  35. - type: textarea
  36. id: repro_steps
  37. attributes:
  38. label: What steps will reproduce the problem?
  39. validations:
  40. required: true
  41. - type: textarea
  42. id: expected_result
  43. attributes:
  44. label: What is the expected result?
  45. validations:
  46. required: true
  47. - type: textarea
  48. id: actual_result
  49. attributes:
  50. label: What happens instead?
  51. validations:
  52. required: true
  53. - type: textarea
  54. id: additional
  55. attributes:
  56. label: Anything else you feel useful to add?