diff mbox series

[FFmpeg-devel,1/5] MAINTAINERS: Add a maintaince level field

Message ID 20240814223714.2436993-1-michael@niedermayer.cc
State New
Headers show
Series [FFmpeg-devel,1/5] MAINTAINERS: Add a maintaince level field | expand

Commit Message

Michael Niedermayer Aug. 14, 2024, 10:37 p.m. UTC
Text was stolen from the linux kernel
This is thus identical to the kernel just a different more compact format.
I am very happy also to switch the file entirely to the format of the linux kernel maintainer list
if people prefer

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 MAINTAINERS | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Michael Niedermayer Aug. 28, 2024, 3:37 p.m. UTC | #1
On Thu, Aug 15, 2024 at 12:37:02AM +0200, Michael Niedermayer wrote:
> Text was stolen from the linux kernel
> This is thus identical to the kernel just a different more compact format.
> I am very happy also to switch the file entirely to the format of the linux kernel maintainer list
> if people prefer
> 
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  MAINTAINERS | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

will apply patchset

[...]
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 6ce8bc86393..a27116e9d15 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6,7 +6,12 @@  FFmpeg code.
 
 Please try to keep entries where you are the maintainer up to date!
 
-Names in () mean that the maintainer currently has no time to maintain the code.
+maintaince level:
+[X] Old code. Something tagged obsolete generally means it has been replaced by a better system and you should be using that.
+[0] No current maintainer [but maybe you could take the role as you write your new code].
+[1] It has a maintainer but they don't have time to do much other than throw the odd patch in.
+[2] Someone actually looks after it.
+
 A (CC <address>) after the name means that the maintainer prefers to be CC-ed on
 patches and related discussions.