Skip to main content
Version: 1.1.0

Create Pull Request

  1. Enter the "Pull Requests (PR)" interface of the project where you want to initiate a pull request, click the "New Pull Request" button at the top to enter the pull request creation interface, as shown below:

Pull Request Module

Pull Request Creation Interface

  1. Select the source branch and target branch to be merged. The source branch is the one that has completed code development and needs its code changes merged, while the target branch is where the code changes will be merged into. This can be either another branch (branch) under the same repository or a branch under the forked source repository;

  2. After selecting the branches, fill in the title and description of this pull request to provide information that helps reviewers understand this pull request, thus speeding up the review process (see Code Review section);

  3. Additionally, users can specify reviewers, add milestones, labels, and priority in the right sidebar (a pull request is essentially an issue, so these operations have the same or similar meanings as those in the Issues module, you can refer to the Issues chapter for better understanding);

  4. Finally, after completing all the information, click the "Create" button at the bottom to submit your first pull request 🎉🎉🎉!

Create Pull Request