Skip to content

Commit eb6c08b

Browse files
committed
Update bug report template
1 parent 9e8df10 commit eb6c08b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ assignees: ''
1111
1212
**Component**
1313
What is the bug in?
14-
- Demos (python sdk, etc)
14+
- SDKs (Python / Kotlin)
15+
- Other Demos
1516
- Tutorials
1617
- Documentation
1718
- Specs (BLE, HTTP)
@@ -29,6 +30,13 @@ Steps to reproduce the behavior:
2930
**Expected behavior**
3031
A clear and concise description of what you expected to happen.
3132

33+
**Logs**
34+
If this is a bug in API communication, the bug report must contain parsed logs of the communication. If this bug is
35+
regarding:
36+
- Python SDK. Get logs as specified in [troubleshooting](https://gopro.github.io/OpenGoPro/python_sdk/troubleshooting.html)
37+
- Kotlin SDK. Provide the relevant sections of the [Logcat](https://developer.android.com/studio/debug/logcat) file
38+
- Your own example: provide parsed human-readable logs.
39+
3240
**Screenshots**
3341
If applicable, add screenshots to help explain your problem.
3442

0 commit comments

Comments
 (0)