bug_report.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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: markdown
  15. attributes:
  16. value: |
  17. [Docker Swarm](https://www.mirantis.com/software/swarm/) uses a distinct compose file parser and
  18. as such doesn't support some of the recent features of Docker Compose. Please contact Mirantis
  19. if you need assistance with compose file support in Docker Swarm.
  20. - type: textarea
  21. attributes:
  22. label: Steps To Reproduce
  23. description: Steps to reproduce the behavior.
  24. placeholder: |
  25. 1. In this environment...
  26. 2. With this config...
  27. 3. Run '...'
  28. 4. See error...
  29. validations:
  30. required: false
  31. - type: textarea
  32. attributes:
  33. label: Compose Version
  34. description: |
  35. Paste output of `docker compose version` and `docker-compose version`.
  36. render: Text
  37. validations:
  38. required: false
  39. - type: textarea
  40. attributes:
  41. label: Docker Environment
  42. description: Paste output of `docker info`.
  43. render: Text
  44. validations:
  45. required: false
  46. - type: textarea
  47. attributes:
  48. label: Anything else?
  49. description: |
  50. Links? References? Anything that will give us more context about the issue you are encountering!
  51. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
  52. validations:
  53. required: false