Pull RequestsΒΆ

Once a pull request is open, you can use a variety of different code review functions to ensure the quality or style of code is appropriate for your standards. The pull request is then merged with the main branch when it is approved. The following steps are an overview of the workflow:

  1. Create a fork or branch of a repository.
  2. Complete your works and open a pull request.
  3. Notify users to review and approve the pull request.
  4. Merge the code to the target repository.