diff --git a/doc/user/contributing.rst b/doc/user/contributing.rst index 44649e6c..bbcc6f89 100644 --- a/doc/user/contributing.rst +++ b/doc/user/contributing.rst @@ -160,12 +160,17 @@ Any patches should be sent via a Merge Request (see the `GitLab docs in the `libinput GitLab instance hosted by freedesktop.org `_. +.. note:: freedesktop.org's GitLab instance has restrictions to prevent Spam + and you cannot fork libinput until you have successfully + `applied for fork permissions `_. + Below are the steps required to submit a merge request. They do not replace `learning git `__ but they should be sufficient to make some of the more confusing steps obvious. - `Register an account `_ in - the freedesktop.org GitLab instance. + the freedesktop.org GitLab instance and + `apply for fork permissions `_. - `Fork libinput `_ into your username's namespace. Select public visibility. - Get libinput's main repository. git will call this repository ``origin``. ::