|
| 1 | +name: Bug Report |
| 2 | +description: Create a report to help us improve Traefik Mesh. |
| 3 | +labels: ['status/0-needs-triage'] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + **DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS.** |
| 9 | +
|
| 10 | + The issue tracker is for reporting bugs and feature requests only. |
| 11 | + For end-user related support questions, please use the [Traefik Mesh community forum](https://community.traefik.io/c/traefik-mesh). |
| 12 | +
|
| 13 | + ### How to write a good bug report? |
| 14 | +
|
| 15 | + - Respect the issue template as much as possible. |
| 16 | + - The title should be short and descriptive. |
| 17 | + - Explain the conditions which led you to report this issue: the context. |
| 18 | + - The context should lead to something, an idea or a problem that you’re facing. |
| 19 | + - Remain clear and concise. |
| 20 | + - Format your messages to help the reader focus on what matters and understand the structure of your message, use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) |
| 21 | +
|
| 22 | + - type: checkboxes |
| 23 | + id: terms |
| 24 | + attributes: |
| 25 | + label: Welcome! |
| 26 | + options: |
| 27 | + - label: Yes, I've searched similar issues on [GitHub](https://github.com/traefik/mesh/issues) and didn't find any. |
| 28 | + required: true |
| 29 | + - label: Yes, I've searched similar issues on the [Traefik Mesh community forum](https://community.traefik.io/c/traefik-mesh) and didn't find any. |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: textarea |
| 33 | + id: expect |
| 34 | + attributes: |
| 35 | + label: What did you expect to see? |
| 36 | + description: Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed. |
| 37 | + placeholder: What did you expect to see? |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: textarea |
| 42 | + id: instead |
| 43 | + attributes: |
| 44 | + label: What did you see instead? |
| 45 | + description: Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed. |
| 46 | + placeholder: What did you see instead? |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: input |
| 51 | + id: version |
| 52 | + attributes: |
| 53 | + label: What version of Traefik Mesh are you using? |
| 54 | + description: | |
| 55 | + `latest` is not considered as a valid version. |
| 56 | + We need a release number! |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + |
| 60 | + - type: textarea |
| 61 | + id: controller |
| 62 | + attributes: |
| 63 | + label: Output of controller log |
| 64 | + placeholder: paste your output here |
| 65 | + render: shell |
| 66 | + validations: |
| 67 | + required: true |
| 68 | + |
| 69 | + - type: textarea |
| 70 | + id: environment |
| 71 | + attributes: |
| 72 | + label: What is your environment & configuration? |
| 73 | + description: | |
| 74 | + arguments, YAML, TOML, provider, platform, etc. |
| 75 | +
|
| 76 | + Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed. |
| 77 | + placeholder: Add information here. |
| 78 | + validations: |
| 79 | + required: true |
| 80 | + |
| 81 | + - type: textarea |
| 82 | + id: objects |
| 83 | + attributes: |
| 84 | + label: If applicable, please paste the yaml objects required to reproduce your issue |
| 85 | + placeholder: Paste your objects here |
| 86 | + render: shell |
| 87 | + validations: |
| 88 | + required: false |
0 commit comments