comparison DOCS/tech/patches.txt @ 12106:a79d9b3a83fd

cosmetics
author diego
date Fri, 02 Apr 2004 23:35:11 +0000
parents 74e69aef2406
children 52de6cbd0842
comparison
equal deleted inserted replaced
12105:8e2fa34b6d11 12106:a79d9b3a83fd
29 29
30 6. If you implement new features, add or change command line switches or modify 30 6. If you implement new features, add or change command line switches or modify
31 the behavior of existing features, please do not forget to also update the 31 the behavior of existing features, please do not forget to also update the
32 documentation. The documentation maintainers will assist you in doing this. 32 documentation. The documentation maintainers will assist you in doing this.
33 Updating the English documentation is enough. If you speak several languages 33 Updating the English documentation is enough. If you speak several languages
34 you are of course welcome to update others as well. 34 you are of course welcome to update translations as well.
35 35
36 7. Send your patch to the mplayer-dev-eng mailing list as a base64-encoded 36 7. Send your patch to the mplayer-dev-eng mailing list as a base64-encoded
37 attachment (use gzip or bzip2 *only* if it's bigger than 80k or if you know 37 attachment (use gzip or bzip2 *only* if it's bigger than 80k or if you know
38 that your mailer messes up (reformats) text attachments) with the subject 38 that your mailer messes up (reformats) text attachments) with the subject
39 line: '[PATCH] very short description of the patch'. 39 line: '[PATCH] very short description of the patch'.
40 In the mail, describe in a few sentences what you change and why. 40 In the mail, describe in a few sentences what you change and why.
62 62
63 10. For consistency reasons all option names must use '-' instead of '_'. 63 10. For consistency reasons all option names must use '-' instead of '_'.
64 64
65 11. If you made a nontrivial contribution and wish to be mentioned in the 65 11. If you made a nontrivial contribution and wish to be mentioned in the
66 AUTHORS file, include that in your patch. 66 AUTHORS file, include that in your patch.
67 67
68 Thank you! 68 Thank you!