From 9c34dd30085e7677910f021f19cc78a2973d7ab1 Mon Sep 17 00:00:00 2001 From: Zarg <62082797+Zaarrg@users.noreply.github.com> Date: Sat, 18 Jan 2025 04:49:39 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..42dd452 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help improve the app +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots and Videos** +If applicable, add screenshots or videos to help explain your problem. + +**Logs and Errors:** +- Please check if u have any errors listed in a ``%localAppData%\Programs\LNV\Stremio-5\portable_config`` and a file `errors-{date}.txt` +- IF there is no such file then please reproduce your issue by doing the following: + +1. Open Command Prompt (cmd) and run `cd %localAppData%\Programs\LNV\Stremio-5\` +2. Then run stremio using the `cmd stremio.exe > output.txt` . This will log what stremio and mpv are doing. +3. Reproduce the steps to the bug, e.g. click on the video that is not working and try to watch it. +4. Then when done close stremio fully and in the folder `%localAppData%\Programs\LNV\Stremio-5\` there now will be a output.txt file. +5. Upload this txt log here. + +**Desktop (please complete the following information):** + - OS: [e.g. Windows 11] + - App Version [e.g. 5.0.11] + +**Additional context** +Add any other context about the problem here.