2021-06-28 16:25:22 +07:00
name : Bug Report
2021-06-28 16:30:38 +07:00
description : Report a problem with TinyUSB
labels : 'Bug 🐞'
2021-06-28 16:25:22 +07:00
body :
- type : markdown
attributes :
value : |
Thanks for taking the time to fill out this bug report!
It's okay to leave some blank if it doesn't apply to your problem.
2021-06-28 16:33:21 +07:00
2021-06-28 16:25:22 +07:00
- type : dropdown
attributes :
label : Operating System
options :
- Linux
- MacOS
- RaspberryPi OS
- Windows 7
- Windows 10
- Windows 11
- Others
2021-06-28 16:33:21 +07:00
validations :
required : true
2021-06-28 16:25:22 +07:00
- type : input
attributes :
label : Board
placeholder : e.g Feather nRF52840 Express
validations :
2021-06-28 16:30:38 +07:00
required : true
2021-06-28 16:33:21 +07:00
2021-06-28 16:25:22 +07:00
- type : textarea
attributes :
label : Firmware
placeholder : e.g examples/device/cdc_msc. If it is custom firmware, please provide links to your minimal sources or as attached files.
validations :
2021-06-28 16:30:38 +07:00
required : true
2021-06-28 16:33:21 +07:00
2021-06-28 16:25:22 +07:00
- type : textarea
attributes :
label : What happened ?
placeholder : A clear and concise description of what the bug is.
validations :
required : true
2021-06-28 16:33:21 +07:00
2021-06-28 16:25:22 +07:00
- type : textarea
attributes :
label : How to reproduce ?
placeholder : |
1 . Go to '...'
2 . Click on '....'
3 . See error
validations :
required : true
2021-06-28 16:33:21 +07:00
2021-06-28 16:25:22 +07:00
- type : textarea
attributes :
label : Debug Log
placeholder : |
TinyUSB debug log where the issue occurred as attached txt file, best with comments to explain the actual events.
Note : To enable logging, add `LOG=3` to to the make command if building with stock examples or set `CFG_TUSB_DEBUG=3` in your tusb_config.h. More information can be found at [example's readme](/docs/getting_started.md)
validations :
required : false
2021-06-28 16:33:21 +07:00
2021-06-28 16:25:22 +07:00
- type : textarea
attributes :
label : Screenshots (if any)
validations :
required : false