diff options
| author | hathach <[email protected]> | 2021-06-28 16:39:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-28 16:39:31 +0700 |
| commit | e6d6299706a5a75371fdb99d146c7632ead218e1 (patch) | |
| tree | 525dabc490331d3bccbd33ca31b3daeb22552da3 | |
| parent | 3465cbd83900d710b2fd52b52ead92c206b13ecf (diff) | |
more bug form template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2000443c9..7c12e1ab7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,7 +60,9 @@ body: label: Debug Log placeholder: | TinyUSB debug log where the issue occurred as attached txt file, best with comments to explain the actual events. - Note: 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. More information can be found at [example's readme](/docs/getting_started.md) + + Note: 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. + More information can be found at [example's readme](https://github.com/hathach/tinyusb/blob/master/docs/getting_started.md) validations: required: false |
