PR #21807 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21807 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21807.patch
Signed-off-by: Michael Niedermayer <[email protected]> >From 816e03c61c79d8b92b624d6598ccce975c08f58f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <[email protected]> Date: Thu, 19 Feb 2026 22:32:35 +0100 Subject: [PATCH] CONTRIBUTING.md: Add Forgejo Signed-off-by: Michael Niedermayer <[email protected]> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2b79e4526..9043605a79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ # Note to Github users -Patches should be submitted to the [ffmpeg-devel mailing list](https://ffmpeg.org/mailman/listinfo/ffmpeg-devel) using `git format-patch` or `git send-email`. Github pull requests should be avoided because they are not part of our review process and **will be ignored**. +Patches should be submitted to the [ffmpeg-devel mailing list](https://ffmpeg.org/mailman/listinfo/ffmpeg-devel) using `git format-patch` or `git send-email` or to [Forgejo](https://code.ffmpeg.org/pulls). Github pull requests should be avoided because they are not part of our review process and **will be ignored**. See [https://ffmpeg.org/developer.html#Contributing](https://ffmpeg.org/developer.html#Contributing) for more information. -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
