From 2c0a59cb2b4699f34b3024ae7b20276ab7daefd1 Mon Sep 17 00:00:00 2001
From: Ulf Markwardt <ulf.markwardt@tu-dresden.de>
Date: Wed, 22 Sep 2021 13:52:51 +0200
Subject: [PATCH] Update contribute_container.md

---
 contribute_container.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/contribute_container.md b/contribute_container.md
index 3c4a0897b..0514fdee4 100644
--- a/contribute_container.md
+++ b/contribute_container.md
@@ -1,10 +1,17 @@
-# Contributing using Docker Containers
+# Contributing Using Local Docker Container
 
 ## Prerequisites
 
 Assuming you have:
 * A system with running Docker installation
 * All necessary access/execution rights
-* A gitlab clone
+
+## Fork an Clone Repository
+All contributing starts with forking the repository to either [gitlab.hrz.tu-chemnitz.de](https://gitlab.hrz.tu-chemnitz.de) or any other git service, e.g., [gitlab.com](https://www.gitlab.com), [github.com](https://www.github.com) or your personal preference. Now, create a local clone of your fork with one of these two ways:
+ ```Shell Session 
+ ~ git clone git@gitlab.hrz.tu-chemnitz.de:LOGIN/hpc-compendium.git 
+ 
+ ~ git clone https://gitlab.hrz.tu-chemnitz.de/LOGIN/hpc-compendium.git 
+ ```
 
 ## Start the Docker Containers
-- 
GitLab