diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-05-09 04:00:31 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-09 04:13:55 +0200 |
commit | 6c5c8750b983f8b32983f4a3598ae2cb979d78d5 (patch) | |
tree | ca41d6359a4ada33ea20c6b5eae854260052862a | |
parent | 3df9150d6971e8d48e556ec83caa5adea14c6e7e (diff) | |
download | ffmpeg-6c5c8750b983f8b32983f4a3598ae2cb979d78d5.tar.gz |
Patch checklist:Suggest adding a regression test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 86c5f9c2c1..033b0c5c11 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -387,6 +387,8 @@ send a reminder by email. Your patch should eventually be dealt with. @item Lines with similar content should be aligned vertically when doing so improves readability. +@item + Consider to add a regression test for your code. @end enumerate @section Patch review process |