name: "\U0001F41B Bug Report" description: "You found a bug in the code \U0001F914" labels: ["🧐 Bug: Needs Confirmation"] assignees: - jaydrogers body: - type: textarea attributes: label: Steps To Reproduce description: Steps to reproduce the behavior. placeholder: | 1. In this environment... 2. With this config... 3. Run '...' 4. See error... validations: required: true - type: textarea id: result attributes: label: Outcome placeholder: Tell us what went wrong value: | #### What did you expect? #### What happened instead? validations: required: true - type: textarea attributes: label: Affected Docker Images 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}}' <>` to get additional information." validations: required: true - type: textarea attributes: label: Anything else? description: | 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. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: false