diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-03 11:01:20 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-03 11:09:01 +0200 |
commit | fcd62e1265a2eeddd3af7565af419043264a748b (patch) | |
tree | 56a60c1315b9fbe12fec4b5637d0d87a4d537474 /doc | |
parent | 731bf41279f49e0c10cea47fa72ea845ac14d208 (diff) | |
download | ffmpeg-fcd62e1265a2eeddd3af7565af419043264a748b.tar.gz |
Add sign off recommandition and definition of meaning.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-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 0432889585..2658ab661a 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -323,6 +323,10 @@ send a reminder by email. Your patch should eventually be dealt with. @item Was the patch generated with git format-patch or send-email? @item + Did you sign off your patch? (git commit -s) + See url{http://kerneltrap.org/files/Jeremy/DCO.txt} for the meaning + of sign off. +@item Is the patch against latest FFmpeg git master branch? @item Are you subscribed to ffmpeg-dev? |