summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-06-17 16:16:03 +0200
committerwm4 <wm4@nowhere>2016-06-17 16:16:03 +0200
commitd0bd39eb90811b25f063c4043a8cb08086e1de65 (patch)
tree32bd78a30703dff4a2a5c7f27eab6a3c66d0adb4 /.github/PULL_REQUEST_TEMPLATE
parent7ecac3ae6f71c42e6422c98e81512a0f4e989f52 (diff)
downloadmpv-d0bd39eb90811b25f063c4043a8cb08086e1de65.tar.bz2
mpv-d0bd39eb90811b25f063c4043a8cb08086e1de65.tar.xz
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/PULL_REQUEST_TEMPLATE')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE7
1 files changed, 7 insertions, 0 deletions
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.