summaryrefslogtreecommitdiff
path: root/docs/submittingpatches.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-09-25 15:20:20 +0200
committerMarge Bot <eric+marge@anholt.net>2020-09-28 07:54:25 +0000
commit7ee8a3a2cbc7d2492f262a445603d6bfa4cd6b11 (patch)
treeeb293899ac48f995922aa421e3aa27c7a7637e8c /docs/submittingpatches.rst
parent0894b590a45c0cdc57dc82e5cbb24891ad203a1f (diff)
downloadmesa-7ee8a3a2cbc7d2492f262a445603d6bfa4cd6b11.tar.gz
docs: gitlab -> GitLab
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6864>
Diffstat (limited to 'docs/submittingpatches.rst')
-rw-r--r--docs/submittingpatches.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst
index 712adfc5c9b..a2303bfd22b 100644
--- a/docs/submittingpatches.rst
+++ b/docs/submittingpatches.rst
@@ -52,7 +52,7 @@ Patch formatting
platform.
- A "Signed-off-by:" line is not required, but not discouraged either.
-- If a patch addresses an issue in gitlab, use the Closes: tag For
+- If a patch addresses an issue in GitLab, use the Closes: tag For
example:
::
@@ -225,7 +225,7 @@ Reviewing Patches
To participate in code review, you can monitor the GitLab Mesa `Merge
Requests <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests>`__
-page, and/or register for notifications in your gitlab settings.
+page, and/or register for notifications in your GitLab settings.
When you've reviewed a patch, please be unambiguous about your review.
That is, state either
@@ -254,14 +254,14 @@ the issues are resolved first.
These Reviewed-by, Acked-by, and Tested-by tags should also be amended
into commits in a MR before it is merged.
-When providing a Reviewed-by, Acked-by, or Tested-by tag in a gitlab MR,
+When providing a Reviewed-by, Acked-by, or Tested-by tag in a GitLab MR,
enclose the tag in backticks:
::
`Reviewed-by: Joe Hacker <jhacker@example.com>`
-This is the markdown format for literal, and will prevent gitlab from
+This is the markdown format for literal, and will prevent GitLab from
hiding the < and > symbols.
Review by non-experts is encouraged. Understanding how someone else goes
@@ -280,7 +280,7 @@ branch and release. In order or preference:
a specific commit.
- By adding the ``Cc: mesa-stable`` tag in the commit message as described above.
- By submitting a merge request against the ``staging/year.quarter``
- branch on gitlab.
+ branch on GitLab.
Please **DO NOT** send patches to mesa-stable@lists.freedesktop.org, it
is not monitored actively and is a historical artifact.
@@ -354,7 +354,7 @@ de-nominate the patch.
For patches that either need to be nominated after they've landed in
master, or that are known ahead of time to not not apply cleanly to a
-stable branch (such as due to a rename), using a gitlab MR is most
+stable branch (such as due to a rename), using a GitLab MR is most
appropriate. The MR should be based on and target the
staging/year.quarter branch, not on the year.quarter branch, per the
stable branch policy. Assigning the MR to release maintainer for said