diff options
| author | Ha Thach <[email protected]> | 2021-06-10 11:03:58 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-10 11:03:58 +0700 |
| commit | 14fc0987ac9d712fc933899572ed1dc02fd0ddcd (patch) | |
| tree | fc9c164792a6505453acbaea5b158654f0485d21 | |
| parent | c98a95c276086a271700bf72799dc1a5ee3cdb11 (diff) | |
Update bug_report.md
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 00d16bc2b..3beef45d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ assignees: '' **Set Up** -- **PC OS** e.g Ubuntu 20.04 / Windows 10/ macOS 10.15 +- **PC OS** e.g Ubuntu 20.04 / Windows 10 / macOS 10.15 - **Board** e.g Feather nRF52840 Express (if custom specify your MCUs) - **TinyUSB version** relase version or git hash (preferrably running with master for lastest code) - **Firmware** e.g examples/device/cdc_msc @@ -31,6 +31,5 @@ If applicable, add screenshots, bus capture to help explain your problem. **Log** -If applicable, provide the stack's log (uart/rtt/swo) where the issue occurred, best with comments to explain the actual events. If the log is too long, attach it as txt file instead. - +If applicable, provide the stack's log (uart/rtt/swo) where the issue occurred as attached txt file, best with comments to explain the actual events. Note: 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) |
