summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-22 00:25:08 +0700
committerhathach <[email protected]>2020-04-22 00:29:51 +0700
commit3b83813f017dfd08e19a7a3bc2dc575779b1eadd (patch)
treed0c132f50e40ef3b31f863d30e5bedf5946c982e /.github/ISSUE_TEMPLATE/bug_report.md
parentde43df2d97b83b59d74e3b34b81ef73719a1173d (diff)
clean up
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index c4d2757d2..5c70569d0 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,17 +7,20 @@ assignees: ''
---
-**Set up (mandatory):**
-Provide details of your setup help us to reproduce the issue as quick as possible
+**Set up**
+[Mandatory] Provide details of your setup help us to reproduce the issue as quick as possible
- **PC OS** : Ubuntu 18.04 / Windows 10/ macOS 10.15
- **Board** : Feather nRF52840 Express
- **Firmware**: examples/device/cdc_msc
-**Bug Description**
-Describe what the bug is.
+**Describe the bug**
+A clear and concise description of what the bug is.
-**Reproduce**
+**To reproduce**
Steps to reproduce the behavior:
1. Go to '...'
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. \ No newline at end of file