diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 3f97c941aa5..e381a88f95b 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -21,7 +21,7 @@
git bisect.)
git send-email.
+-Patches should be sent to the mesa-dev mailing list for review: +Patches may be submitted to the Mesa project by +email or with a +GitLab merge request. To prevent +duplicate code review, only use one method to submit your changes. +
+ ++Patches may be sent to the mesa-dev mailing list for review: mesa-dev@lists.freedesktop.org. When submitting a patch make sure to use @@ -203,8 +214,63 @@ disabled before sending your patches. (Note that you may need to contact your email administrator for this.)
++ GitLab Merge + Requests (MR) can also be used to submit patches for Mesa. +
+ ++ If the MR may have interest for most of the Mesa community, you can + send an email to the mesa-dev email list including a link to the MR. + Don't send the patch to mesa-dev, just the MR link. +
++ Add labels to your MR to help reviewers find it. For example: +
+ If you revise your patches based on code review and push an update + to your branch, you should maintain a clean history + in your patches. There should not be "fixup" patches in the history. + The series should be buildable and functional after every commit + whenever you push the branch. +
++ It is your responsibility to keep the MR alive and making progress, + as there are no guarantees that a Mesa dev will independently take + interest in it. +
++ Some other notes: +
+ To participate in code review, you should monitor the + + mesa-dev email list and the GitLab + Mesa Merge + Requests page. +
+When you've reviewed a patch on the mailing list, please be unambiguous about your review. That is, state either