bug_report.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: 🐞 Bug
  2. description: File a bug/issue
  3. title: "[BUG] <title>"
  4. labels: ['status/0-triage', 'kind/bug']
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: Description
  9. description: |
  10. Briefly describe the problem you are having.
  11. Include both the current behavior (what you are seeing) as well as what you expected to happen.
  12. validations:
  13. required: true
  14. - type: textarea
  15. attributes:
  16. label: Steps To Reproduce
  17. description: Steps to reproduce the behavior.
  18. placeholder: |
  19. 1. In this environment...
  20. 2. With this config...
  21. 3. Run '...'
  22. 4. See error...
  23. validations:
  24. required: false
  25. - type: textarea
  26. attributes:
  27. label: Compose Version
  28. description: |
  29. Paste output of `docker compose version` and `docker-compose version`.
  30. render: Text
  31. validations:
  32. required: false
  33. - type: textarea
  34. attributes:
  35. label: Docker Environment
  36. description: Paste output of `docker info`.
  37. render: Text
  38. validations:
  39. required: false
  40. - type: textarea
  41. attributes:
  42. label: Anything else?
  43. description: |
  44. Links? References? Anything that will give us more context about the issue you are encountering!
  45. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
  46. validations:
  47. required: false