summaryrefslogtreecommitdiff
path: root/doc/patchwork
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-10-22 13:37:57 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-26 19:46:00 +0200
commit4045a8d73e81376f87ff3474b6ed4444a44e70e0 (patch)
treefd60888facf0be263a410b28f028dab1e8c6c78f /doc/patchwork
parentc5ac86256bd9e74937d596a31cf6ab747c306d0a (diff)
downloadffmpeg-4045a8d73e81376f87ff3474b6ed4444a44e70e0.tar.gz
doc/patchwork: Document the patchwork states
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/patchwork')
-rw-r--r--doc/patchwork10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/patchwork b/doc/patchwork
new file mode 100644
index 0000000000..43f94cf117
--- /dev/null
+++ b/doc/patchwork
@@ -0,0 +1,10 @@
+Patchwork states
+
+NEW: Initial state of new patches
+Accepted: The patch was pushed to the main master repository
+Rejected: The patch has been rejected
+Withdrawn: The patch was withdrawn by the author
+Not Applicable: The patch does not apply to the main master repository
+Superseded: A newer version of the patch has been posted
+Changes Requested: The patch has been or is under review and changes have been requested
+RFC: The patch is not intended to be applied but only for comments