From 754413a3490b9287ec3c4e54e78f1a3d89fe964f Mon Sep 17 00:00:00 2001 From: NEEN Date: Tue, 10 Aug 2021 02:51:36 +0000 Subject: [PATCH] update en/contribute/faqs.md. Signed-off-by: NEEN --- en/contribute/faqs.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/en/contribute/faqs.md b/en/contribute/faqs.md index 8240113c2d..d12e7680aa 100755 --- a/en/contribute/faqs.md +++ b/en/contribute/faqs.md @@ -1,5 +1,15 @@ # FAQs +[How Do I Create PRs at the Same Time If Multiple Code Repositories Have Compilation Dependencies?](#section169732563435) + +[Sign-off-by Operations](#section-sign-off) + +[Handling Exceptions of DCO Verification](#section-dco) + +[Rollback](#section479422315253) + +[Resolving Merge Conflicts](#section94417232274) + ## 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: @@ -8,7 +18,7 @@ During the development of the operating system \(OS\), it is common that multipl 2. Associate PRs need to be built and merged at the same time with the issue. For details, visit [https://gitee.com/help/articles/4142](https://gitee.com/help/articles/4142). 3. After the build is triggered, the build center identifies the PRs associated with the same issue, downloads the build, and merges the PRs into the code library after the code is approved. -## Sign-off-by Operations +## Sign-off-by Operations #### How to Add signoff Records in Commits? @@ -20,7 +30,7 @@ Execute the **git commit --amend --signoff** command. For more options about commit, see [https://](https://git-scm.com/docs/git-commit)[git-scm.com/docs/git-commit](https://git-scm.com/docs/git-commit). -### Handling Exceptions of DCO Verification +## Handling Exceptions of DCO Verification After developers submit Pull Request, commenting "**start build**" in the PR will trigger the gated commit. In this sense, you should consider: -- GitLab