Skip to content

Commit

Permalink
Revise bug template for better feedback (#1740)
Browse files Browse the repository at this point in the history
Resolves #1732 

This change updates the bug template to fix the command for collecting a
log, add instructions for retrieving a log on the TinyPilot web
interface, and add a section asking for video capture hardware (if
applicable).
<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1740"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>
  • Loading branch information
db39 authored Feb 13, 2024
1 parent d681fe9 commit 5d922c4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ _Your answer_

_If applicable, add screenshots to help explain your problem._

## Capture hardware

If your issue relates to video capture, please report which HDMI capture device you're using (e.g., "MacroSilicon MS2109 HDMI to USB"). Refer to the capture device wiki if you're unsure: https://github.com/tiny-pilot/tinypilot/wiki/HDMI-Capture-Devices

## Logs

Please paste the URL you see when you run `/opt/tinypilot/dev-scripts/dump-logs`
Please share a link to a TinyPilot log for review.

If you have access to the TinyPilot web interface, navigate to _System > Logs_ in the menu and click _Get Shareable URL_ to copy the URL.

If you don't have access to the TinyPilot web interface, please share the URL you see when you run:

```
sudo /opt/tinypilot-privileged/collect-debug-logs
```

0 comments on commit 5d922c4

Please sign in to comment.