Tim Düsterhus | bbab3bf | 2021-06-23 21:38:13 +0200 | [diff] [blame] | 1 | name: Code Report |
| 2 | description: File a Code Report (for example from coverity or valgrind) |
| 3 | labels: |
| 4 | - 'type: code-report' |
| 5 | body: |
| 6 | - type: markdown |
| 7 | attributes: |
| 8 | value: | |
| 9 | ## Welcome! |
| 10 | |
| 11 | You are about to *report an issue found using an automated tool*. Please use the 'Bug Report' template if you encountered a regular bug. |
| 12 | |
| 13 | Please use the forum or mailing list if you have a question, e.g. to get help with building a configuration to achieve your desired behavior. |
| 14 | - type: input |
| 15 | id: tool |
| 16 | attributes: |
| 17 | label: Tool Name and Version |
| 18 | description: The name and version of the tool you used (e.g. valgrind-3.13.0, or Coverity) |
| 19 | validations: |
| 20 | required: true |
| 21 | - type: textarea |
| 22 | id: code-report |
| 23 | attributes: |
| 24 | label: Code Report |
| 25 | description: Please provide the full output of the tool here. |
| 26 | render: plain |
| 27 | validations: |
| 28 | required: true |
| 29 | - type: textarea |
| 30 | id: additional |
| 31 | attributes: |
| 32 | label: Additional Information |
| 33 | description: | |
| 34 | Any additional information about your environment (e.g. example configurations to trigger a memory leak). |
| 35 | - type: textarea |
| 36 | id: haproxy-vv |
| 37 | attributes: |
| 38 | label: 'Output of `haproxy -vv`' |
| 39 | render: plain |
| 40 | description: | |
| 41 | Please add the output of `haproxy -vv` you are currently using here, this helps us later to see what has changed in HAProxy when we revisit this issue after some time. |
| 42 | validations: |
| 43 | required: true |