diff options
| author | hathach <[email protected]> | 2020-05-22 15:28:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-05-22 15:28:22 +0700 |
| commit | f308990ab5289a72d3d77a28e141991e6f8c3ced (patch) | |
| tree | b956e8bb1b1b488347f58b891a6e64613af6744c /.github | |
| parent | 58cedf4c061fbf9f95cd88cafb6e581fc04549ff (diff) | |
| parent | de88294e051985afc505869edb23a8a56732df7f (diff) | |
Merge branch 'master' into update-host
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 66f045765..deb14b4e4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,5 +22,8 @@ Steps to reproduce the behavior: 2. Click on '....' 3. See error -**Log & screenshots** -If applicable, add screenshots and TinyUSB's log to help explain your problem. To enable logging, add `LOG=2` to your 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](/examples/readme.md)
\ No newline at end of file +**Screenshots** +If applicable, add screenshots, bus capture to help explain your problem. + +**Log** +Please 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](/examples/readme.md) |
