diff options
| author | Ha Thach <[email protected]> | 2021-03-19 11:15:58 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-19 11:15:58 +0700 |
| commit | a22206b77a237c1f8407c13ce519f642c73feaea (patch) | |
| tree | 8cca2b7a89f9d9c787f5b0cc2a0178138ae45c45 | |
| parent | 7503b9f18cdd3f6d721c157baf6b86e0e38df07e (diff) | |
Update bug_report.md
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1e1ffb7ce..e3a083ab1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,24 +7,29 @@ assignees: '' --- -Please provide details for all required fields, otherwise issue could be CLOSED and/or LOCKED. +REMOVE ME: please provide all details at least for Setup/Describe/Reproduce. + +**Set Up** -**Set Up (required)** - **PC OS** e.g Ubuntu 20.04 / Windows 10/ macOS 10.15 - **Board** e.g Feather nRF52840 Express (if custom specify your MCUs) - **Firmware** e.g examples/device/cdc_msc -**Describe The Bug (required)** +**Describe The Bug** + A clear and concise description of what the bug is. -**To Reproduce (required)** +**To Reproduce** + Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. See error **Screenshots** + 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) |
