From 4266b3e83ca98d824d5e1be424e3a5801022ea36 Mon Sep 17 00:00:00 2001
From: Holger Brunst <holger.brunst@tu-dresden.de>
Date: Tue, 2 Nov 2021 12:36:57 +0100
Subject: [PATCH] Added branch name figure.

---
 doc.zih.tu-dresden.de/docs/contrib/contribute_browser.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/contrib/contribute_browser.md b/doc.zih.tu-dresden.de/docs/contrib/contribute_browser.md
index 66bb93238..11b8c4f09 100644
--- a/doc.zih.tu-dresden.de/docs/contrib/contribute_browser.md
+++ b/doc.zih.tu-dresden.de/docs/contrib/contribute_browser.md
@@ -17,11 +17,13 @@ All articles are stored in the folder "doc.zih.tu-dresden.de".
 ## Create your private copy of the repository
 
 Your contribution starts by creating your own independent copy of the reposotory that will hold your edits or addtions. 
-A private copy is created by creating a branch by clicking on "preview->hpc-compendium/ + new branch" as depicted in the following figure ![create new branch](misc/cb_create_new_branch.png).
+A private copy is created by creating a branch by clicking on "preview->hpc-compendium/ + new branch" as depicted in this figure: ![create new branch](misc/cb_create_new_branch.png)
 
 If you are not familiar with the basics of git-based document revision control yet, please have a look at [tutorials like these](https://docs.gitlab.com/ee/gitlab-basics/).
 Define a branch name that briefly decribes what you plan to change.
-For example: "edits-in-document-xyz". Click on "Create branch" as depicted in Figure ...
+For example: "edits-in-document-xyz". Click on "Create branch" as depicted in this figure:
+![set branch name](misc/cb_set_branch_name.png)
+
 As a result, you should now see your branch's name on top of your list of repository files as depcited in Figure ...
 
 ## Adding a new article
-- 
GitLab