3-bug.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. name: "\U0001F41E Bug report"
  2. description: Create a report to help us improve the container
  3. title: "[Bug]: "
  4. labels: ["bug"]
  5. body:
  6. - type: input
  7. id: os
  8. attributes:
  9. label: Operating system
  10. description: Your Linux distribution (can be shown by `lsb_release -a`).
  11. placeholder: e.g. Ubuntu 24.04
  12. validations:
  13. required: true
  14. - type: textarea
  15. id: summary
  16. attributes:
  17. label: Description
  18. description: Describe the expected behaviour, the actual behaviour, and the steps to reproduce.
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: compose
  23. attributes:
  24. label: Docker compose
  25. description: The compose file (or otherwise the `docker run` command used).
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: log
  30. attributes:
  31. label: Docker log
  32. description: The logfile of the container (as shown by `docker logs windows`).
  33. validations:
  34. required: true
  35. - type: textarea
  36. id: screenshot
  37. attributes:
  38. label: Screenshots (optional)
  39. description: Screenshots that might help to make the problem more clear.
  40. validations:
  41. required: false