1e41f4b71Sopenharmony_ci# FAQs
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## How Do I Create PRs at the Same Time If Multiple Code Repositories Have Compilation Dependencies?
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ciDuring 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:
6e41f4b71Sopenharmony_ci
7e41f4b71Sopenharmony_ci1. Create an issue in any of the code repositories.
8e41f4b71Sopenharmony_ci2. 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).
9e41f4b71Sopenharmony_ci3. 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.
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci## Sign-off-by Operations
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci#### How to Add signoff Records in Commits?
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ciExecute the **git commit -s **or **git commit –sigoff** command to submit signoff records.
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ci#### How to Add a signoff record to the Previous Commit?
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ciExecute the **git commit --amend --signoff** command.
20e41f4b71Sopenharmony_ci
21e41f4b71Sopenharmony_ciFor 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).
22e41f4b71Sopenharmony_ci
23e41f4b71Sopenharmony_ci## Handling Exceptions of DCO Verification
24e41f4b71Sopenharmony_ci
25e41f4b71Sopenharmony_ciAfter developers submit Pull Request, commenting "**start build**" in the PR will trigger the gated commit. In this sense, you should consider:
26e41f4b71Sopenharmony_ci
27e41f4b71Sopenharmony_ci1. Whether the DCO is signed.
28e41f4b71Sopenharmony_ci2. Whether the commits contain Signed-off-by information.
29e41f4b71Sopenharmony_ci
30e41f4b71Sopenharmony_ciThe possible causes for a verification failure include:
31e41f4b71Sopenharmony_ci
32e41f4b71Sopenharmony_ci1. The DCO is not signed. The following messages will be displayed:
33e41f4b71Sopenharmony_ci
34e41f4b71Sopenharmony_ci   ```
35e41f4b71Sopenharmony_ci   The following commit users do not signed the DCO:
36e41f4b71Sopenharmony_ci
37e41f4b71Sopenharmony_ci   •345612
38e41f4b71Sopenharmony_ci
39e41f4b71Sopenharmony_ci   •213123
40e41f4b71Sopenharmony_ci   ```
41e41f4b71Sopenharmony_ci
42e41f4b71Sopenharmony_ci   **Solution**
43e41f4b71Sopenharmony_ci
44e41f4b71Sopenharmony_ci   Click [here](https://dco.openharmony.cn/sign) to sign the DCO or check the signing status. 
45e41f4b71Sopenharmony_ci
46e41f4b71Sopenharmony_ci   Enter **check dco** in the Pull Requests comment box and click **Comment**. The system will check the DCO signing status again.
47e41f4b71Sopenharmony_ci
48e41f4b71Sopenharmony_ci2. The commits do not contain Signed-off-by information. The following messages will be displayed:
49e41f4b71Sopenharmony_ci
50e41f4b71Sopenharmony_ci   ```
51e41f4b71Sopenharmony_ci   The following commits do not contain Sign-off-by information:
52e41f4b71Sopenharmony_ci
53e41f4b71Sopenharmony_ci   •345612
54e41f4b71Sopenharmony_ci
55e41f4b71Sopenharmony_ci   •213123
56e41f4b71Sopenharmony_ci   ```
57e41f4b71Sopenharmony_ci
58e41f4b71Sopenharmony_ci   **Solution**
59e41f4b71Sopenharmony_ci
60e41f4b71Sopenharmony_ci   Add the Sign-off-by information by referring to **Sign-off-by Operations**.
61e41f4b71Sopenharmony_ci
62e41f4b71Sopenharmony_ci   Enter **check dco** in the Pull Requests comment box and click **Comment**. The system will check the DCO signing status again.
63e41f4b71Sopenharmony_ci
64e41f4b71Sopenharmony_ci## Rollback
65e41f4b71Sopenharmony_ci
66e41f4b71Sopenharmony_ciVisit  [https://gitee.com/help/articles/4195](https://gitee.com/help/articles/4195).
67e41f4b71Sopenharmony_ci
68e41f4b71Sopenharmony_ci## Resolving Merge Conflicts
69e41f4b71Sopenharmony_ci
70e41f4b71Sopenharmony_ciVisit  [https://gitee.com/help/articles/4194](https://gitee.com/help/articles/4194).
71e41f4b71Sopenharmony_ci
72