summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-24 18:41:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-24 18:41:20 +0000
commite26921ed5470e784287dfb49369e07559986feb7 (patch)
tree919f7f78c755e0b1d11527659982280026f993ba
parentdac676b231a462cad70571da032c3ca6d78018a0 (diff)
downloadmpv-e26921ed5470e784287dfb49369e07559986feb7.tar.bz2
mpv-e26921ed5470e784287dfb49369e07559986feb7.tar.xz
Document things from the start.
Inspired by a patch from Thomas Jarosch <tomj@simonv.com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8557 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/tech/patches.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/DOCS/tech/patches.txt b/DOCS/tech/patches.txt
index 65b050cd1f..f3db528415 100644
--- a/DOCS/tech/patches.txt
+++ b/DOCS/tech/patches.txt
@@ -20,8 +20,12 @@ outdated patches.
5. Comment parts that really need it (tricky side-effects etc).
Commenting trivial code not required. Comments must be English!
+
+6. If you implement new features, add or change command line switches or modify
+ the behavior of existing features, please do not forget to also update the
+ documentation. The documentation maintainers will assist you in doing this.
-6. Send your patch to the mplayer-dev-eng mailing list as a base64-encoded
+7. Send your patch to the mplayer-dev-eng mailing list as a base64-encoded
attachment (use gzip or bzip2 *only* if it's bigger than 80k or if you know
that your mailer messes up (reformats) text attachments) with the subject
line: '[PATCH] very short description of the patch'.
@@ -37,14 +41,14 @@ outdated patches.
worry, mplayer-dev-eng is not high traffic and you can subscribe with the
nomail option if you do not wish to receive all the mails.
-7. Give us a few days to react. We try to review patches as fast as possible,
+8. Give us a few days to react. We try to review patches as fast as possible,
but unfortunately we are constantly overloaded with work, be it MPlayer
related or from our day to day lives. If your patch seems to be ignored,
please resend it and mention that you got ignored. We are interested in your
work and will eventually either accept it or reject it with an explanation
what and why we disliked about your patch.
-8. Do not immediately ask for CVS write access. If you contributed one or more
+9. Do not immediately ask for CVS write access. If you contributed one or more
nice, acceptable patches and they need maintaining or you want to be an
MPlayer developer, you'll get CVS write access.