From 92d5bdf4c2686575858518315745122d8ac62c5b Mon Sep 17 00:00:00 2001 From: Anna Wellmann <a.wellmann@tu-braunschweig.de> Date: Mon, 4 Apr 2022 14:16:47 +0000 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0693d564..ebd21c1a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ To contribute use a merge request as follows: - Run the tests. - Write or adapt tests as needed. - Add or change the documentation as needed. -- Push your branch to your fork on gitea, the remote `origin`. +- Push your branch to your fork on gitlab, the remote `origin`. - From your fork open a merge request in the correct branch. Target the project's `develop` or `open_source` branch - … - If we requests further changes just push them to your branch. The MR will be updated automatically. -- GitLab