Skip to content

Commit ef42c1d

Browse files
committedSep 18, 2016
Add CONTRIBUTING.md
TimothyGu (FFmpeg#153 (comment)) 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 <[email protected]>
1 parent ff0ff33 commit ef42c1d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Note to Github users
2+
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**.
3+
4+
See [https://ffmpeg.org/developer.html#Contributing](https://ffmpeg.org/developer.html#Contributing) for more information.

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ GPL. Please refer to the LICENSE file for detailed information.
4545

4646
Patches should be submitted to the ffmpeg-devel mailing list using
4747
`git format-patch` or `git send-email`. Github pull requests should be
48-
avoided because they are not part of our review process. Few developers
49-
follow pull requests so they will likely be ignored.
48+
avoided because they are not part of our review process and will be ignored.

0 commit comments

Comments
 (0)
Please sign in to comment.