OSDN Git Service

doc/patchwork: Document the patchwork states
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 22 Oct 2016 11:37:57 +0000 (13:37 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 26 Oct 2016 17:46:00 +0000 (19:46 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
doc/patchwork [new file with mode: 0644]

diff --git a/doc/patchwork b/doc/patchwork
new file mode 100644 (file)
index 0000000..43f94cf
--- /dev/null
@@ -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