From d0bd39eb90811b25f063c4043a8cb08086e1de65 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 17 Jun 2016 16:16:03 +0200 Subject: Add github issue and pull request templates I do not understand why github requires adding this crap to source code repositories themselves, instead of making them part of the repository configuration. Remove CONTRIBUTING.md to compensate for github crap accumulating. --- .github/ISSUE_TEMPLATE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000000..88676ec8e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,14 @@ +### mpv version and platform + +If you're not using git master or the latest release, update. + +### Expected behavior + +### Actual behavior + +### Reproduction steps + +### Log files + +Make a log file made with -v or --log-file=output.txt, paste it to sprunge.us, +and replace this text with a link to it. -- cgit v1.2.3