提交 754413a3 编写于 作者: N NEEN 提交者: Gitee

update en/contribute/faqs.md.

Signed-off-by: NNEEN <neen.yang@huawei.com>
上级 f70b7ade
# FAQs<a name="EN-US_TOPIC_0000001053622377"></a>
[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?<a name="section169732563435"></a>
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<a name="section-sign-off"></a>
#### 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<a name="section-dco"></a>
After developers submit Pull Request, commenting "**start build**" in the PR will trigger the gated commit. In this sense, you should consider:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册