Skip to content

Commit af8e06f

Browse files
committed
doc/developer: Add subsection about patch submission via FFstaging
Signed-off-by: softworkz <softworkz@hotmail.com>
1 parent 68b2d7b commit af8e06f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/developer.texi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,22 @@ git format-patch -s -o "outputfolder" --add-header "X-Unsent: 1" --suffix .eml -
923923
Now you'll just need to open the eml file with the email application
924924
and execute 'Send'.
925925

926+
@subheading FFstaging: Automated GitHub PR to Mailing List submission
927+
928+
This is an easy way which doesn't require writing Git commands or SMTP
929+
configuration. Basically, it works like this:
930+
931+
@itemize @bullet
932+
@item
933+
You make a GitHub Pull Request on https://github.com/ffstaging/FFmpeg
934+
@item
935+
You make a comment with "/submit"
936+
@item
937+
The PR will be submitted to the FFmpeg Mailing List as regular patches
938+
@end itemize
939+
940+
More details can be found on the Wiki page of the GitHub repository:
941+
https://github.com/ffstaging/FFmpeg/wiki
926942

927943
@chapter Patch review process
928944

0 commit comments

Comments
 (0)