From 875bc40b006f075c824fc4e1a1c77229212c6835 Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Fri, 8 Jan 2021 14:34:36 +0100 Subject: [PATCH] a help to add a logo for a project --- help/gitlab.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/help/gitlab.html b/help/gitlab.html index 18f21a6..9da5581 100644 --- a/help/gitlab.html +++ b/help/gitlab.html @@ -152,6 +152,21 @@ Erstellen Sie dann in Gitlab ein neues Projekt durch Klicken auf den grünen New Project-Knopf und anschließendem Befolgen der Eingabemaske von Gitlab. </li> + <li> + Um eine optimale Sichtbarkeit des Projekts zu ermöglichen, MUSS jedes Projekt eine kurze Projektbeschreibung und ein Bild/Logo haben. + </li> + <ul> + <li> + Um dem Projekt eine Projektbeschreibung hinzuzufügen, füllen Sie bitte beim Anlegen des Projekts das Feld <b>Project description</b> aus. + <img src="/img/help/projectlist-add-desc.png" width="85%" style="border:1px solid black; display: block;"/> + </li> + <li> + Um ein Bild/Logo hinzuzufügen, gehen Sie bitte in Ihrem Projekt auf <i>"Settings --> General"</i> und laden Sie das Bild/Logo unter <b>Project avatar</b> hoch. + <img src="/img/help/projectlist-setting-general.png" width="85%" style="border:1px solid black; display: block;"/> + <img src="/img/help/projectlist-add-avatar.png" width="85%" style="border:1px solid black; display: block;"/> + </li> + </ul> + </ol> <p> Weitere Hilfestellung zum Anlegen von Projekten in Gitlab finden Sie in der <a href="https://docs.gitlab.com/ee/gitlab-basics/create-project.html" target="_blank">Gitlab-Dokumentation</a>. -- GitLab