diff mbox series

[FFmpeg-devel,3/4] doc/developer.texi: demote the "contributing" chapter to a section

Message ID 20221114091309.15755-3-anton@khirnov.net
State Accepted
Commit 66871647dc75216009675f3a510d1647de2ab14e
Headers show
Series [FFmpeg-devel,1/4] doc/developer.texi: improve the introductory text | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Anton Khirnov Nov. 14, 2022, 9:13 a.m. UTC
It is very short and its main functions is linking to the
coding rules/submitting patches chapters.
---
 doc/developer.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/developer.texi b/doc/developer.texi
index 2f0d2b7daa..2e050edc6a 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -44,7 +44,7 @@  For more detailed legal information about the use of FFmpeg in
 external programs read the @file{LICENSE} file in the source tree and
 consult @url{https://ffmpeg.org/legal.html}.
 
-@chapter Contributing
+@section Contributing code
 
 There are 2 ways by which code gets into FFmpeg:
 @itemize @bullet