docs: update bug report template

This commit is contained in:
Martin Wimpress 2024-07-25 10:27:35 +01:00 committed by Martin Wimpress
commit 46d611bbda

View file

@ -21,21 +21,25 @@ Steps to reproduce the behavior:
**Expected behavior** **Expected behavior**
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
**Stream Sprout output** **Stream Sprout output and logs**
Run `stream-sprout` and include the output of the failure below: 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.
<details> <details>
<summary>Stream Sprout output</summary> <summary>Stream Sprout output</summary>
```text ```text
stream-sprout output here stream-sprout output from the time of the error here
```
<summary>Stream Sprout logs</summary>
```text
stream-sprout logs from the time of the error here
``` ```
</details> </details>
**System information** **System information**
- OS: [e.g. Ubuntu 20.04] Run `stream-sprout --info` and include the output here.
- stream-sprout version: [e.g. 0.1.0]
- FFmpeg version: [e.g. 4.2.4]
**Screenshots** **Screenshots**
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.