|
| 1 | +name: Bug report |
| 2 | +description: Report only a bugs here! |
| 3 | +body: |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + * Before reporting a new bug please check and search the [list of existing issues](https://github.com/pschatzmann/arduino-audio-tools/issues?q=) |
| 8 | + * Please check [the Readme](https://github.com/pschatzmann/arduino-audio-tools) and [Wiki](https://github.com/pschatzmann/arduino-audio-tools/wiki) |
| 9 | + * Don't forget to check [the discusions](https://github.com/pschatzmann/arduino-audio-tools/discussions) |
| 10 | + * If still experiencing the issue, please provide as many details as possible below about your hardware, computer setup and code. |
| 11 | + - type: textarea |
| 12 | + id: Description |
| 13 | + attributes: |
| 14 | + label: Problem Description |
| 15 | + description: Please describe your problem here and expected behaviour |
| 16 | + placeholder: ex. Can't connect/weird behaviour/wrong function/missing parameter.. |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + - type: textarea |
| 20 | + id: Board |
| 21 | + attributes: |
| 22 | + label: Device Description |
| 23 | + description: What development board are you using |
| 24 | + placeholder: e.g. ESP32 Wroom, Desktop Build, RP2040 |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: textarea |
| 28 | + id: sketch |
| 29 | + attributes: |
| 30 | + label: Sketch |
| 31 | + description: Please provide full minimal sketch/code which can be run to reproduce your issue |
| 32 | + placeholder: ex. Related part of the code to replicate the issue |
| 33 | + render: cpp |
| 34 | + validations: |
| 35 | + required: true |
| 36 | + |
| 37 | + - type: textarea |
| 38 | + id: other-remarks |
| 39 | + attributes: |
| 40 | + label: Other Steps to Reproduce |
| 41 | + description: Is there any other information you can think of which will help us reproduce this problem? Any additional info can be added as well. |
| 42 | + placeholder: ex. I also tried on other OS, HW...it works correctly on that setup. |
| 43 | + |
| 44 | + - type: textarea |
| 45 | + id: sceanario |
| 46 | + attributes: |
| 47 | + label: What is your development environment |
| 48 | + description: Please provide the information about your development/runtime environment |
| 49 | + placeholder: Arduino, Desktop Build, IDF, STM32-Cube MX, PlatformIO, JupyterLab |
| 50 | + |
| 51 | + - type: checkboxes |
| 52 | + id: confirmation |
| 53 | + attributes: |
| 54 | + label: I have checked existing issues, discussions and online documentation |
| 55 | + description: You agree to check all the resources above before opening a new issue. |
| 56 | + options: |
| 57 | + - label: I confirm I have checked existing issues, discussions and online documentation |
| 58 | + required: true |
0 commit comments