From ea9f9af76ccd4be67bbafabb955d1b0ae0eeafdc Mon Sep 17 00:00:00 2001 From: der richter Date: Sat, 4 Jan 2020 13:01:24 +0100 Subject: github: add several issue templates and a warning to not ignore them --- .github/ISSUE_TEMPLATE/2_bug_report_windows.md | 44 ++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/2_bug_report_windows.md (limited to '.github/ISSUE_TEMPLATE/2_bug_report_windows.md') diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_windows.md b/.github/ISSUE_TEMPLATE/2_bug_report_windows.md new file mode 100644 index 0000000000..7df7fadd19 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_bug_report_windows.md @@ -0,0 +1,44 @@ +--- +name: 'Report a Windows Bug' +about: 'Create a report for a runtime related Windows Bug' +title: '' +labels: 'os:win' +assignees: '' + +--- + +### Important Information + +Provide following Information: +- mpv version +- Windows Version +- Source of the mpv binary +- If known which version of mpv introduced the problem +- Possible screenshot or video of visual glitches + +If you're not using git master or the latest release, update. +Releases are listed here: https://github.com/mpv-player/mpv/releases + +### Reproduction steps + +Describe the reproduction steps as precise as possible. It's very likely that +the bug you experience wasn't reproduced by the developer because the workflow +differes from your own. + +### Expected behavior + +### Actual behavior + +### Log file + +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. + +The issue will be closed for ignoring the issue template. + +### Sample files + +Sample files needed to reproduce this issue can be uploaded to https://0x0.st/ +or similar sites. (Only needed if the issue cannot be reproduced without it.) +Do not use garbage like "cloud storage", especially not Google Drive. -- cgit v1.2.3