summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-09 16:00:08 +0200
committerwm4 <wm4@nowhere>2017-10-09 16:00:08 +0200
commitcabb1ca54931d882c6063606c84925071b5ee59d (patch)
tree4eee647c010bda745b5f18ecde84c16601a35734
parentb6af3db5680586c209bae53a7eb779ad0d38edc8 (diff)
downloadmpv-cabb1ca54931d882c6063606c84925071b5ee59d.tar.bz2
mpv-cabb1ca54931d882c6063606c84925071b5ee59d.tar.xz
README.md: explicitly link contribute.md
Also move the license section, because it looks strange how the link list is above it.
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 63cc47784d..f019c37919 100644
--- a/README.md
+++ b/README.md
@@ -204,6 +204,8 @@ recommended (see [Contact](#Contact) below).
## Contributing
+Please read [contribute.md][contribute.md].
+
For small changes you can just send us pull requests through GitHub. For bigger
changes come and talk to us on IRC before you start working on them. It will
make code review easier for both parties later on.
@@ -222,6 +224,11 @@ For details see [FAQ entry](https://github.com/mpv-player/mpv/wiki/FAQ#How_is_mp
If you are wondering what's different from mplayer2 and MPlayer, an incomplete
and largely unmaintained list of changes is located [here][mplayer-changes].
+## License
+
+Mostly GPLv2 or later. See [details.](https://github.com/mpv-player/mpv/blob/master/Copyright)
+
+
## Contact
@@ -245,8 +252,4 @@ only if discretion is required.
[interface-changes]: https://github.com/mpv-player/mpv/blob/master/DOCS/interface-changes.rst
[api-changes]: https://github.com/mpv-player/mpv/blob/master/DOCS/client-api-changes.rst
[restore-old-bindings]: https://github.com/mpv-player/mpv/blob/master/etc/restore-old-bindings.conf
-
-## License
-
-
-Mostly GPLv2 or later. See [details.](https://github.com/mpv-player/mpv/blob/master/Copyright)
+[contribute.md]: https://github.com/mpv-player/mpv/blob/master/DOCS/contribute.md