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/PULL_REQUEST_TEMPLATE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE (limited to '.github/PULL_REQUEST_TEMPLATE') diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000000..dda0b65bc4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,7 @@ +Ideally, you shouldn't need enter any text here, and your commit messages should +explain your changes sufficiently (especially why they are needed). Read +https://github.com/mpv-player/mpv/blob/master/DOCS/contribute.md for coding +style and development conventions. Remove this text block, but if you haven't +agreed to it before, leave the following sentence in place: + +I agree that my changes can be relicensed to LGPL 2.1 or later. -- cgit v1.2.3