mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-03-11 17:45:44 +00:00
Update issue templates
This commit is contained in:
parent
a3a56e2989
commit
9c34dd3008
1 changed files with 41 additions and 0 deletions
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue