From eb5606ff9bc9dd1e09e820ebc587b04c89e8b7b0 Mon Sep 17 00:00:00 2001 From: Gururaj Shetty <gururaj.shetty@huawei.com> Date: Tue, 29 Dec 2020 06:44:54 +0000 Subject: [PATCH] Update FAQs.rst --- documentation/source/readme/FAQs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/source/readme/FAQs.rst b/documentation/source/readme/FAQs.rst index 4a31d56..942c5c4 100644 --- a/documentation/source/readme/FAQs.rst +++ b/documentation/source/readme/FAQs.rst @@ -4,7 +4,7 @@ FAQs How Do I Create PRs at the Same Time If Multiple Code Repositories Have Compilation Dependencies? ************************************************************************************************* -During the development of the operating system (OS), it is common that multiple code repositories have compilation dependencies. Therefore, the PRs need to be created and merged at the same time. For this reason, Gitee uses issues as the association identifiers for code repositories with dependency dependencies to commit the PRs. Follow the operations below: +During the development of the operating system (OS), it is common that multiple code repositories have compilation dependencies. Therefore, the PRs need to be created and merged at the same time. For this reason, Gitlab uses issues as the association identifiers for code repositories with dependency dependencies to commit the PRs. Follow the operations below: #. Create an issue in any of the code repositories. -- GitLab