Updated on 2026-07-29 GMT+08:00

Creating a Merge Request

After completing code development, developers can submit a branch merge request. The committer reviews the request and merges the branches.

  1. The developer submits a merge request.

    1. Log in to the CodeArts console, and select AP-Singapore.
    2. Click Go to Workspace in the upper right corner to go to the CodeArts project homepage.
    3. Click the req-demo project to go to the homepage of the project.
    4. In the navigation pane, choose Code > Repo. On the CodeArts Repo homepage, click the code repository name repo-demo. The Code page is displayed.
    5. Click Merge Requests on the top navigation bar.
    6. Click Create Merge Request. Select develop-dev for Source Branch and master for Target Branch. Specify Title and click OK.

  2. The committer reviews the merge request and merges the code.

    1. Open the Merge Requests page of the code repository repo-demo by referring to the steps 1.a through 1.e.
    2. Click the title of the target merge request. The Details page is displayed.
    3. Click Merge in the upper right corner to merge the code.