bug.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. name: "\U0001F41B Bug Report"
  2. description: "You found a bug in the code \U0001F914"
  3. labels: ["🧐 Bug: Needs Confirmation"]
  4. assignees:
  5. - jaydrogers
  6. body:
  7. - type: textarea
  8. attributes:
  9. label: Steps To Reproduce
  10. description: Steps to reproduce the behavior.
  11. placeholder: |
  12. 1. In this environment...
  13. 2. With this config...
  14. 3. Run '...'
  15. 4. See error...
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: result
  20. attributes:
  21. label: Outcome
  22. placeholder: Tell us what went wrong
  23. value: |
  24. #### What did you expect?
  25. #### What happened instead?
  26. validations:
  27. required: true
  28. - type: textarea
  29. attributes:
  30. label: Affected Docker Images
  31. description: "Which images does this issue happen in? (for example: `serversideup/php:8.1-cli`, `serversideup/php:8.1-fpm`, etc). You can also run Run `docker inspect --format='{{json .Config.Labels}}' <<image>>` to get additional information."
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: Anything else?
  37. description: |
  38. Links? References? Docker configurations? If there's anything that you can provide to help reproduce your issue faster, please include it. The faster we can reproduce it, the faster we can fix it.
  39. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
  40. validations:
  41. required: false