Skip to content

Commit 44fab77

Browse files
authored
Update bug_report.yml
1 parent 5add4c9 commit 44fab77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ body:
6060

6161
- type: textarea
6262
attributes:
63-
label: Debug Log as txt file
63+
label: Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
6464
placeholder: |
6565
Attach your debug log txt file here, where the issue occurred, best with comments to explain the actual events.
6666
6767
Note1: Please DO NOT paste your lengthy log contents here since it hurts the readability.
68-
Note2: 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.
68+
Note2: 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.
6969
More information can be found at [example's readme](https://github.com/hathach/tinyusb/blob/master/docs/getting_started.md)
7070
validations:
71-
required: false
71+
required: true
7272

7373
- type: textarea
7474
attributes:

0 commit comments

Comments
 (0)