aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2024-11-16 21:32:53 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2024-11-20 21:28:14 +0100
commit7051825b0171bd5d566c5a5cc78852c5f3aa3072 (patch)
tree17bc3fe97fb46365fea73a29b6e0b2526ffe1a36
parentedc4855f7710c4563e7cd5773598f8341f64e019 (diff)
downloadffmpeg-7051825b0171bd5d566c5a5cc78852c5f3aa3072.tar.gz
doc/developer: Document relationship between git accounts and MAINTAINERS
This should have been documented long ago and i thought it was Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--doc/developer.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index ff181abb58..78053a4623 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -927,6 +927,25 @@ In case you need finer control over how valgrind is invoked, use the
@code{--target-exec='valgrind <your_custom_valgrind_options>} option in
your configure line instead.
+@anchor{Maintenance}
+@chapter Maintenance process
+
+@anchor{MAINTAINERS}
+@section MAINTAINERS
+
+The developers maintaining each part of the codebase are listed in @file{MAINTAINERS}.
+Being listed in @file{MAINTAINERS}, gives one the right to have git write access to
+the specific repository.
+
+@anchor{Becoming a maintainer}
+@section Becoming a maintainer
+
+People add themselves to @file{MAINTAINERS} by sending a patch like any other code
+change. These get reviewed by the community like any other patch. It is expected
+that, if someone has an objection to a new maintainer, she is willing to object
+in public with her full name and is willing to take over maintainership for the area.
+
+
@anchor{Release process}
@chapter Release process