summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Expósito <jose.exposito89@gmail.com>2022-02-14 19:30:34 +0100
committerJosé Expósito <jose.exposito89@gmail.com>2022-02-14 19:30:34 +0100
commitdc86d66a32794c96238173a71544767961337bd2 (patch)
treef7bc99ec545ad0208654820a89e293a2ab39bf05
parent6914b41de58d3bb5f1923ca9c80ae7947dfb8e1c (diff)
downloadlibinput-dc86d66a32794c96238173a71544767961337bd2.tar.gz
doc/user: clarify fork visibility
Clarify that when forking libinput the public visibility level should be selected. Otherwise, CI pipelines will fail on merge requests. Also, update the fork URL. Signed-off-by: José Expósito <jose.exposito89@gmail.com>
-rw-r--r--doc/user/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/contributing.rst b/doc/user/contributing.rst
index 9d1b719d..2bec23ad 100644
--- a/doc/user/contributing.rst
+++ b/doc/user/contributing.rst
@@ -157,8 +157,8 @@ sufficient to make some of the more confusing steps obvious.
- `Register an account <https://gitlab.freedesktop.org/users/sign_in>`_ in
the freedesktop.org GitLab instance.
-- `Fork libinput <https://gitlab.freedesktop.org/libinput/libinput/forks/new>`_
- into your username's namespace
+- `Fork libinput <https://gitlab.freedesktop.org/libinput/libinput/-/forks/new>`_
+ into your username's namespace. Select public visibility.
- Get libinput's main repository. git will call this repository ``origin``. ::
git clone https://gitlab.freedesktop.org/libinput/libinput.git