]> git.sesse.net Git - ffmpeg/commitdiff
doc/developer: Add a policy item about updating the MAINTAINERs file
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 11 Oct 2013 21:02:46 +0000 (23:02 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 19 Oct 2013 13:20:03 +0000 (15:20 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/developer.texi

index 71f4978d49dffc2c01b6f3536f6f631e2aa3c7a9..9c72c4490736041ddd1542e5387e171ae743962e 100644 (file)
@@ -386,6 +386,12 @@ If it is a bug, the bug has to be fixed. If it is not, the code should
 be changed to not generate a warning unless that causes a slowdown
 or obfuscates the code.
 
+@item
+Make sure that no parts of the codebase that you maintain are missing from the
+@file{MAINTAINERS} file. If something that you want to maintain is missing add it with
+your name after it.
+If at some point you no longer want to maintain some code, then please help
+finding a new maintainer and also don't forget updating the @file{MAINTAINERS} file.
 @end enumerate
 
 We think our rules are not too hard. If you have comments, contact us.