Updated on 2026-08-04 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 code.

  1. The developer submits a merge request.

    1. Log in to 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 card 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 to go to the Code page.
    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 request and merges the code.

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