1-issue.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: "\U0001F6A8 Technical issue"
  2. description: When you're experiencing problems using the container
  3. body:
  4. - type: input
  5. id: os
  6. attributes:
  7. label: Operating system
  8. description: Your Linux distribution (can be shown by `lsb_release -a`).
  9. placeholder: e.g. Ubuntu 24.04
  10. validations:
  11. required: true
  12. - type: textarea
  13. id: summary
  14. attributes:
  15. label: Description
  16. description: A clear and concise description of your issue.
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: compose
  21. attributes:
  22. label: Docker compose
  23. description: The compose file (or otherwise the `docker run` command used).
  24. validations:
  25. required: true
  26. - type: textarea
  27. id: log
  28. attributes:
  29. label: Docker log
  30. description: The logfile of the container (as shown by `docker logs windows`).
  31. validations:
  32. required: true
  33. - type: textarea
  34. id: screenshot
  35. attributes:
  36. label: Screenshots (optional)
  37. description: Screenshots that might help to make the problem more clear.
  38. validations:
  39. required: false