|
| 1 | +--- |
| 2 | +name: 🐛 Bug report |
| 3 | +description: Create a report to help us improve |
| 4 | +labels: |
| 5 | + - bug |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to fill out this bug report! |
| 11 | +
|
| 12 | + Before you continue filling out this report, please take a moment to check that your bug has not been [already reported on GitHub][issue search] 🙌 |
| 13 | +
|
| 14 | + Remember to redact any sensitive information such as authentication credentials and/or license keys! |
| 15 | +
|
| 16 | + **Note:** If you are seeking community support or have a question, please consider starting a new thread via [GitHub discussions][discussions] or the [NGINX Community forum][forum]. |
| 17 | +
|
| 18 | + [issue search]: https://github.com/nginx/nginx-s3-gateway/issues |
| 19 | + [discussions]: https://github.com/nginx/nginx-s3-gateway/discussions |
| 20 | + [forum]: https://community.nginx.org |
| 21 | +
|
| 22 | + - type: textarea |
| 23 | + id: overview |
| 24 | + attributes: |
| 25 | + label: Bug Overview |
| 26 | + description: A clear and concise overview of the bug. |
| 27 | + placeholder: When I do "X" with the NGINX S3 gateway, "Y" happens instead of "Z". |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + |
| 31 | + - type: textarea |
| 32 | + id: behavior |
| 33 | + attributes: |
| 34 | + label: Expected Behavior |
| 35 | + description: A clear and concise description of what you expected to happen. |
| 36 | + placeholder: When I do "X" with the NGINX S3 gateway, I expect "Z" to happen. |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: textarea |
| 41 | + id: steps |
| 42 | + attributes: |
| 43 | + label: Steps to Reproduce the Bug |
| 44 | + description: Detail the series of steps required to reproduce the bug. |
| 45 | + placeholder: When I use the NGINX S3 gateway using "X", the NGINX S3 gateway fails with "Y" error message. If I check the terminal outputs and/or logs, I see the following info. |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + id: environment |
| 51 | + attributes: |
| 52 | + label: Environment Details |
| 53 | + description: Please provide details about your environment. |
| 54 | + value: | |
| 55 | + - Version of the S3 container used: [DockerHub/GCR] |
| 56 | + - Commit/Tag (if building the NGINX S3 gateway from source): |
| 57 | + - Version of NGINX Open Source or NGINX Plus: [OSS/Plus] |
| 58 | + - Version of NGINX JavaScript: [0.8.8/0.8.7/etc...] |
| 59 | + - Target deployment platforms [e.g. AWS/GCP/local cluster/etc...]: |
| 60 | + - S3 backend implementation: [e.g. AWS, Ceph, NetApp StorageGrid, etc...] |
| 61 | + - Authentication method: [e.g. IAM, IAM with Fargate, IAM with K8S, AWS Credentials, etc...] |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + |
| 65 | + - type: textarea |
| 66 | + id: context |
| 67 | + attributes: |
| 68 | + label: Additional Context |
| 69 | + description: Add any other context about the problem here. |
| 70 | + placeholder: Feel free to add any other context/information/screenshots/etc... that you think might be relevant to this issue in here. |
0 commit comments