From: Daniel Stone Date: Mon, 6 Aug 2018 10:49:31 +0000 (+0100) Subject: contributing: Weston now uses GitLab MRs X-Git-Tag: 1.15.93~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e4af929d2be8e1fd277100558a0ecc44e3fe6ed;p=platform%2Fupstream%2Fwayland.git contributing: Weston now uses GitLab MRs Note that Weston uses GitLab MRs for review, not mail. Signed-off-by: Daniel Stone Reviewed-by: Pekka Paalanen --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4273d99..686ed63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,12 +55,16 @@ Tracking patches and following up --------------------------------- [Wayland Patchwork](http://patchwork.freedesktop.org/project/wayland/list/) is -used for tracking patches to Wayland and Weston. Xwayland patches are tracked -with the [Xorg project](https://patchwork.freedesktop.org/project/Xorg/list/) -instead. Libinput patches, even though they use the same mailing list as +used for tracking patches to Wayland. Xwayland patches are tracked with the +[Xorg project](https://patchwork.freedesktop.org/project/Xorg/list/) +instead. Weston uses +[GitLab merge requests](https://gitlab.freedesktop.org/wayland/weston/merge_requests) +for code review, and does not use mailing list review at all. + +Libinput patches, even though they use the same mailing list as Wayland, are not tracked in the Wayland Patchwork. -The following applies only to Wayland and Weston. +The following applies only to Wayland. If a patch is not found in Patchwork, there is a high possibility for it to be forgotten. Patches attached to bug reports or not arriving to the mailing list @@ -93,8 +97,8 @@ The following patch states are found in Patchwork: Request for comments, not meant to be merged as is. - **Not applicable**: - The email was not actually a patch, or the patch is not for Wayland or - Weston. Libinput patches are usually automatically ignored by Wayland + The email was not actually a patch, or the patch is not for Wayland. + Libinput patches are usually automatically ignored by Wayland Patchwork, but if they get through, they will be marked as Not applicable. @@ -121,7 +125,7 @@ shown. There is also a command line interface to Patchwork called `pwclient`, see http://patchwork.freedesktop.org/project/wayland/ -for links where to get it and the sample `.pwclientrc` for Wayland/Weston. +for links where to get it and the sample `.pwclientrc` for Wayland. Coding style