From dc86d66a32794c96238173a71544767961337bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Mon, 14 Feb 2022 19:30:34 +0100 Subject: [PATCH] doc/user: clarify fork visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- doc/user/contributing.rst | 4 ++-- 1 file 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 `_ in the freedesktop.org GitLab instance. -- `Fork libinput `_ - into your username's namespace +- `Fork libinput `_ + 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