[PATCH wayland] Contributing: explain Patchwork

Pekka Paalanen ppaalanen at gmail.com
Mon Sep 21 00:41:59 PDT 2015


From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

Add general guidelines for using Patchwork, as we heavily rely on it
nowadays.

Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
---
 doc/Contributing | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/doc/Contributing b/doc/Contributing
index 39c3e39..4668f48 100644
--- a/doc/Contributing
+++ b/doc/Contributing
@@ -30,6 +30,65 @@ cope with the way git log presents them.
 
 See [2] for a recommend reading on writing commit messages.
 
+
+== Tracking patches and following up ==
+
+Patchwork is used for tracking patches to Wayland and Weston:
+http://patchwork.freedesktop.org/project/wayland/list/
+
+When you submit a patch, make sure it appears in the Patchwork list. Otherwise
+there is a high possibility it will be forgotten.
+
+When you send a revised version of a patch, it would be very nice to mark your
+old patch as superseded (or rejected, if that is applicable). You can change
+the status of your own patches by registering to Patchwork - ownership is
+identified by email address you use to register. Updating your patch status
+appropriately will help maintainer work.
+
+The following patch states are found in Patchwork:
+
+  New
+	Patches under discussion or not yet processed.
+
+  Under review
+	Mostly unused state.
+
+  Accepted
+	The patch is merged in the master branch upstream, as is or slightly
+	modified.
+
+  Rejected
+	The idea or approach is rejected and cannot be fixed by revising
+	the patch.
+
+  RFC
+	Request for comments, not meant to be merged as is.
+
+  Not applicable
+	The patch is malformed, or not for Wayland or Weston.
+
+  Changes requested
+	Reviewers determined that changes to the patch are needed. The
+	submitter is expected to send a revised version. (You should
+	not wait for your patch to be set to this state before revising,
+	though.)
+
+  Awaiting upstream
+	Mostly unused as the patch is waiting for upstream actions but
+	is not shown in the default list, which means it is easy to
+	overlook.
+
+  Superseded
+	A revised version of the patch has been submitted.
+
+  Deferred
+	Used mostly during freeze periods before releases, to temporarily
+	hide patches that cannot be merged during a freeze.
+
+Note, that in the default listing, only patches in New or Under review are
+shown.
+
+
 == Coding style ==
 
 You should follow the style of the file you're editing. In general, we
-- 
2.4.6



More information about the wayland-devel mailing list