From: Erik Faye-Lund Date: Wed, 23 Jan 2019 09:34:28 +0000 (+0100) Subject: docs: add note about sending merge-requests from forks X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c17c01815399ceac90b269e5ccc271963231db8;p=mesa.git docs: add note about sending merge-requests from forks Sending MRs from the main Mesa repository increase clutter in the repository, and decrease visibility of project-wide branches. So it's better if MRs are sent from forks instead. Let's add a note about this, in case its not obvious to everyone. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 736cbd64de8..137e39c925d 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -258,6 +258,8 @@ your email administrator for this.) rebased
  • Make sure your MR is closed if your patches get pushed outside of GitLab +
  • Please send MRs from a personal fork rather than from the main + Mesa repository, as it clutters it unnecessarily.