From 7e1bd5514bd32f3011833eeee8ce5d29e69d3d83 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 12 Apr 2022 13:01:45 +0200 Subject: [PATCH] gitlab.rst: Fix redundant 'project' word 'main_project_name' is defined as 'Oniro Porject' so this cleans up the sentence that would end up: "Oniro Project project". Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- contributing/gitlab.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/gitlab.rst b/contributing/gitlab.rst index bb08fe1..d7149a0 100644 --- a/contributing/gitlab.rst +++ b/contributing/gitlab.rst @@ -13,7 +13,7 @@ Gitlab Contributions Overview ******** -|main_project_name| project handles contributions as `merge requests <https://docs.gitlab.com/ee/user/project/merge_requests/>`_ +|main_project_name| handles contributions as `merge requests <https://docs.gitlab.com/ee/user/project/merge_requests/>`_ to relevant repositories part of the |main_project_name| `GitLab instance <https://gitlab.eclipse.org/eclipse/oniro-core>`_. The flow for handling that is classic: fork-based merge requests. This means that once you have an account, you can fork any repository, create a branch -- GitLab