esp32-s2_dfu/.github/ISSUE_TEMPLATE/bug_report.md

34 lines
974 B
Markdown
Raw Normal View History

2019-04-27 19:03:37 +02:00
---
2021-03-17 14:27:32 +01:00
name: Bug Report
2019-04-27 19:03:37 +02:00
about: Create a report to help us improve
2021-03-19 05:17:38 +01:00
title: 'Please provide all details at least for Setup/Describe/Reproduce'
2020-06-01 10:17:05 +02:00
labels: Bug 🐞
2019-04-27 19:10:57 +02:00
assignees: ''
2019-04-27 19:03:37 +02:00
---
2021-03-19 05:15:58 +01:00
**Set Up**
2019-04-27 19:03:37 +02:00
2021-03-17 14:27:32 +01:00
- **PC OS** e.g Ubuntu 20.04 / Windows 10/ macOS 10.15
- **Board** e.g Feather nRF52840 Express (if custom specify your MCUs)
- **Firmware** e.g examples/device/cdc_msc
2021-03-19 05:15:58 +01:00
**Describe The Bug**
2020-04-21 19:25:08 +02:00
A clear and concise description of what the bug is.
2019-04-27 19:03:37 +02:00
2021-03-19 05:15:58 +01:00
**To Reproduce**
2019-04-27 19:03:37 +02:00
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. See error
2020-04-21 19:25:08 +02:00
2020-05-09 12:56:12 +02:00
**Screenshots**
2021-03-19 05:15:58 +01:00
2020-05-09 12:56:12 +02:00
If applicable, add screenshots, bus capture to help explain your problem.
**Log**
2021-03-19 05:15:58 +01:00
2021-03-17 14:27:32 +01:00
If applicable, provide the stack's log (uart/rtt/swo) where the issue occurred, best with comments to explain the actual events. To enable logging, add `LOG=2` to to the make command if building with stock examples or set `CFG_TUSB_DEBUG=2` in your tusb_config.h. More information can be found at [example's readme](/docs/getting_started.md)