diff options
| author | Ha Thach <[email protected]> | 2021-04-19 13:18:19 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-19 13:18:19 +0700 |
| commit | 27c4a7db8df7d4e40359084eaa0ede4280651155 (patch) | |
| tree | eec0cc3e1c2c344db958229f87e704fc661fe26a /.github | |
| parent | 01801c881b464927e4c7e4f67fe0b9cd41bf0e5f (diff) | |
Update bug_report.md
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 797f6f924..b364c0ca5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,4 +30,6 @@ 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. 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) +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. + +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) |
