From f413a2d98de64b5b765fa520d4e006f6d6f8803f Mon Sep 17 00:00:00 2001
From: Harsh Vardhan Mahawar <hv062727@gmail.com>
Date: Fri, 2 Jun 2023 13:24:10 +0000
Subject: [PATCH] Add suggestion to fork swh-environment to
 contributing/gitlab.rst

---
 docs/devel/contributing/gitlab.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/devel/contributing/gitlab.rst b/docs/devel/contributing/gitlab.rst
index e1f58094..a7f08e3e 100644
--- a/docs/devel/contributing/gitlab.rst
+++ b/docs/devel/contributing/gitlab.rst
@@ -96,6 +96,7 @@ Run the script by
    $ cd swh-environment
    $ bin/update   # Used to update all the repos under the environment to their latest version
    $ bin/fork-gitlab-repo -g swh swh-objstorage
+   $ bin/fork-gitlab-repo -g swh .  # To contribute to swh-environment itself (eg. add a repository)
 
 This will create a new fork of the SWH repository in your namespace and
 add a jenkins user to perform automatic builds. You can view the forked
-- 
GitLab