Skip to content

Commit b5e3fce

Browse files
authored
Update bug_report.md
1 parent 17a17c0 commit b5e3fce

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ""
4+
title: 'Please provide all details at least for Setup/Describe/Reproduce'
55
labels: 'Bug'
66
assignees: ''
77

88
---
99

10-
**Describe the bug**
11-
A clear and concise description of what the bug is. Exact error message if it is compilation issue.
10+
**Set up**
11+
12+
- Your OS (mac/windows/linux) and Arduino IDE version
13+
- Your Board and BSP version
14+
- TinyUSB library version
1215

13-
**Set up (please complete the following information)**
14-
- Your Board and BSP version
15-
- TinyUSB library version
16-
- Your OS (mac/windows/linux) and its version
17-
- Serial debug log if any
16+
**Describe**
17+
18+
A clear and concise description of what the bug is. Exact error message if it is compilation issue.
1819

1920
**To Reproduce**
21+
2022
Steps to reproduce the behavior:
2123
1. Go to '...'
2224
2. Click on '....'
23-
3. Scroll down to '....'
24-
4. See error
25-
26-
**Expected behavior**
27-
A clear and concise description of what you expected to happen.
25+
3. See error
2826

2927
**Screenshots**
28+
3029
If applicable, add screenshots to help explain your problem.
3130

32-
**Additional context**
33-
Add any other context about the problem here.
31+
**Log**
32+
33+
If applicable, provide your Serial log. If the log is too long, attach it as txt file instead.

0 commit comments

Comments
 (0)