diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/6_question.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/6_question.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/6_question.md b/.github/ISSUE_TEMPLATE/6_question.md new file mode 100644 index 0000000..b6131f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/6_question.md @@ -0,0 +1,25 @@ +--- +name: 'Ask a Question' +about: 'Ask a question about mpv' +title: '' +labels: 'meta:question' +assignees: '' + +--- + +Don't ask questions about issues, errors or problems you have and instead open +a proper issue with the right template from the previous selection. + +This template is meant for questions about the workings of mpv, to clarify about +unspecified behaviour of options or command, or anything else that is not well +described and needs clarification. + +Before asking a question make sure it hasn't been asked or answered yet. +https://github.com/mpv-player/mpv/labels/meta%3Aquestion + +### Log file + +Even if you think it's not necessary at first, it might help us later to find +possible issues. Make a log file made with -v -v or --log-file=output.txt, paste +it to https://0x0.st/ or attach it to the github issue, and replace this text +with a link to it. |