]> git.sesse.net Git - ffmpeg/commitdiff
Add CONTRIBUTING.md
authorJosh de Kock <josh@itanimul.li>
Sat, 17 Sep 2016 23:41:46 +0000 (00:41 +0100)
committerJosh de Kock <josh@itanimul.li>
Sun, 18 Sep 2016 09:02:13 +0000 (10:02 +0100)
TimothyGu (https://github.com/FFmpeg/FFmpeg/pull/153#issuecomment-143274708)
suggested doing this a while ago, but it was never done. Adding as pull
requests seem to be still coming through.

Signed-off-by: Josh de Kock <josh@itanimul.li>
CONTRIBUTING.md [new file with mode: 0644]
README.md

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644 (file)
index 0000000..c2b79e4
--- /dev/null
@@ -0,0 +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**.
+
+See [https://ffmpeg.org/developer.html#Contributing](https://ffmpeg.org/developer.html#Contributing) for more information.
index 241919193de08730f2f2e13f179476ab9f6c9f76..7d5a7efe9eaa916162d0668f1ebc19966de0dc31 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,5 +45,4 @@ GPL. Please refer to the LICENSE file for detailed information.
 
 Patches should be submitted to the ffmpeg-devel mailing list using
 `git format-patch` or `git send-email`. Github pull requests should be
-avoided because they are not part of our review process. Few developers
-follow pull requests so they will likely be ignored.
+avoided because they are not part of our review process and will be ignored.