diff options
author | wm4 <wm4@nowhere> | 2016-06-17 16:16:03 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-06-17 16:16:03 +0200 |
commit | d0bd39eb90811b25f063c4043a8cb08086e1de65 (patch) | |
tree | 32bd78a30703dff4a2a5c7f27eab6a3c66d0adb4 /.github/ISSUE_TEMPLATE | |
parent | 7ecac3ae6f71c42e6422c98e81512a0f4e989f52 (diff) |
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.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE | 14 |
1 files changed, 14 insertions, 0 deletions
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. |