diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8417bbb..0817eee 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,21 +21,25 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. -**Stream Sprout output** -Run `stream-sprout` and include the output of the failure below: +**Stream Sprout output and logs** +Run `stream-sprout` and include the output, along with **redacted logs** (*remove your IP address and keys*), and wrap it in the collapsible markdown section below.
Stream Sprout output ```text - stream-sprout output here + stream-sprout output from the time of the error here + ``` + + Stream Sprout logs + + ```text + stream-sprout logs from the time of the error here ```
**System information** -- OS: [e.g. Ubuntu 20.04] -- stream-sprout version: [e.g. 0.1.0] -- FFmpeg version: [e.g. 4.2.4] +Run `stream-sprout --info` and include the output here. **Screenshots** If applicable, add screenshots to help explain your problem.