Skip to main content

Fork and Send Pull Request

This tutorial explains how to fork a repository and send pull request.

For users without repository write permission, the repository needs to be forked to send a pull request

  1. Fork a repository like below:

    fork repo

  2. Specify fork options:

    fork options

    info

    If current user has permission to create root projects, a root project named after user account name will be created, and all forked projects will be created under that root project; othewise the user needs to select a parent project with permission to create child projects underneath

  3. Make changes in forked repository and send pull request

    send pull request