From e7a2ba680539acb74da1cffc11250b06513af82c Mon Sep 17 00:00:00 2001 From: stax76 Date: Mon, 25 Jul 2022 09:43:58 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/ask-a-question.md | 29 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/report-a-bug.md | 8 +++++++ 2 files changed, 37 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 0ec7e63..3c9a841 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -8,3 +8,32 @@ 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 diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index 4d53fbb..0cf71c3 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,6 @@ 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