> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pull requests

export const designer = "Designer";

If you use an external Git provider and your team has a pull request approval workflow, you can create pull requests directly from {designer}. After you have created a pull request, you can go straight from the {designer} canvas to your Git repository to view your existing pull requests.

***

## Create a pull request

After you have used the [Push local changes](/docs/guides/git-push) command to push a commit from your local branch to the remote branch, a notification appears with a link to create a pull request in your Git repository. Click this link to be taken to your external Git repository and create a pull request containing these changes.

For more information about pull requests, read the corresponding documentation from your external Git provider:

* GitHub: [About pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
* GitLab: [Merge requests](https://docs.gitlab.com/user/project/merge_requests/)
* Azure DevOps: [About pull requests and permissions](https://learn.microsoft.com/en-us/azure/devops/repos/git/about-pull-requests?view=azure-devops)
* BitBucket: [Create a pull request to merge your change](https://support.atlassian.com/bitbucket-cloud/docs/create-a-pull-request-to-merge-your-change/)

***

## View pull requests

After you have created one or more pull requests, you can use the **View pull requests** action to go to your Git provider and see a list of all your pull requests. To do this, click the branch menu on the project bar, then click **View pull requests**. You will be directed to your list of pull requests in your Git repository.
