diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-13 17:28:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-13 19:49:11 +0200 |
commit | 5fec7942bf29e8906623a1f3d1129b9c17601103 (patch) | |
tree | 8140cd190b018c353b0c1095e19c6b97029b5198 | |
parent | 1c10c1aa3cc14a5174661701bfea9a64a71cb12b (diff) | |
download | ffmpeg-5fec7942bf29e8906623a1f3d1129b9c17601103.tar.gz |
doc/developer: Suggest everyone to help with patch reviews
Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Reviewed-by: compn <tempn@mi.rr.com>
Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/developer.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 7e9f0b2094..b8259e7511 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -637,6 +637,10 @@ not related to the comments received during review. Such patches will be rejected. Instead, submit significant changes or new features as separate patches. +Everyone is welcome to review patches. Also if you are waiting for your patch +to be reviewed, please consider helping to review other patches, that is a great +way to get everyone's patches reviewed sooner. + @anchor{Regression tests} @section Regression tests |