diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 0ec7e63..caf0409 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -8,3 +8,33 @@ assignees: stax76 --- This template is meant for usage questions of mpv.net. + +Some type of questions like questions about a problem require filling out an issue template: + +**Describe the problem** +A clear and concise description of what the problem is. + +**To Reproduce** +To reproduce, try the last beta version using the CLI option `--config=no`. + +In case of an audio or video problem, try to reproduce the problem using mpv instead of mpv.net. +If it can be reproduced with mpv, use the [mpv issue tracker](https://github.com/mpv-player/mpv/issues). + +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** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. +1. mpv.net version +2. Windows version +3. GPU name +4. Media info diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index 4d53fbb..5e2df55 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -11,6 +11,11 @@ assignees: stax76 A clear and concise description of what the bug is. **To Reproduce** +To reproduce, try the last beta version using the CLI option `--config=no`. + +In case of an audio or video issue, try to reproduce the issue using mpv instead of mpv.net. +If it can be reproduced with mpv, use the [mpv issue tracker](https://github.com/mpv-player/mpv/issues). + Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' @@ -25,3 +30,7 @@ If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. +1. mpv.net version +2. Windows version +3. GPU name +4. Media info