|
| 1 | +--- |
| 2 | +name: 🐛 Bug report |
| 3 | +description: Create a report to help us improve |
| 4 | +labels: bug |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to fill out this bug report! |
| 10 | + |
| 11 | + 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] 🙌 |
| 12 | + |
| 13 | + Remember to redact any sensitive information such as authentication credentials and/or license keys! |
| 14 | + |
| 15 | + **Note:** If you are seeking community support, please start a new topic in the [NGINX Community forum][forum]. If you wish to discuss the codebase, please start a new thread via [GitHub discussions][discussions]. |
| 16 | + |
| 17 | + [issue search]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/search?q=is%3Aissue&type=issues |
| 18 | + [discussions]: https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/discussions |
| 19 | + [forum]: https://community.nginx.org |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + id: overview |
| 23 | + attributes: |
| 24 | + label: Bug Overview |
| 25 | + description: A clear and concise overview of the bug. |
| 26 | + placeholder: When I do "X", "Y" happens instead of "Z". |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: textarea |
| 31 | + id: behavior |
| 32 | + attributes: |
| 33 | + label: Expected Behavior |
| 34 | + description: A clear and concise description of what you expected to happen. |
| 35 | + placeholder: When I do "X", I expect "Z" to happen. |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + |
| 39 | + - type: textarea |
| 40 | + id: steps |
| 41 | + attributes: |
| 42 | + label: Steps to Reproduce the Bug |
| 43 | + description: Detail the series of steps required to reproduce the bug. |
| 44 | + placeholder: When I run "X" using [...], "X" fails with "Y" error message. If I check the terminal outputs and/or logs, I see the following info. |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + |
| 48 | + - type: textarea |
| 49 | + id: environment |
| 50 | + attributes: |
| 51 | + label: Environment Details |
| 52 | + description: Please provide details about your environment. |
| 53 | + value: | |
| 54 | + - Target deployment platform: [e.g. AWS/GCP/local cluster/etc...] |
| 55 | + - Target OS: [e.g. RHEL 9/Ubuntu 24.04/etc...] |
| 56 | + - Version of this project or specific commit: [e.g. 1.4.3/commit hash] |
| 57 | + - Version of any relevant project languages: [e.g. Kubernetes 1.30/Python 3.9.7/etc...] |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + |
| 61 | + - type: textarea |
| 62 | + id: context |
| 63 | + attributes: |
| 64 | + label: Additional Context |
| 65 | + description: Add any other context about the problem here. |
| 66 | + 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