From d5c6c7a05cfaa78df4ecdb3bc8188a293853bf4a Mon Sep 17 00:00:00 2001 From: Michael Bommhardt-Richter <michael.bommhardt-richter@tu-dresden.de> Date: Thu, 23 Mar 2023 18:04:51 +0100 Subject: [PATCH] =?UTF-8?q?Bin=20mal=20die=20ganze=20Seite=20durchgegangen?= =?UTF-8?q?...=20So=20w=C3=BCrde=20ich=20es=20schreiben,=20aber=20schau=20?= =?UTF-8?q?mal=20ob=20du=20damit=20d'accord=20gehen=20w=C3=BCrdest.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md b/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md index 329b0d33c..b280bde4b 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md +++ b/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md @@ -133,7 +133,7 @@ about how to set up and use your local clone of the repository. ## CI/CD Pipeline All contributions need to pass through the CI pipeline which consists of various checks to ensure, that the -[content rules](content_rules.md) are met. +[content rules](content_rules.md) are have been followed. The stages of the CI/CD pipeline are defined in a `.gitlab.yaml` file. For security reasons, this -file is managed in a second, private repository. +file is maintained in a second, private repository. -- GitLab