From cbcce90ed0544e0ac0792545e829e98794663c25 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:51:28 +0100 Subject: [PATCH] Update website/docs/docs/cloud/git/import-a-project-by-git-url.md --- website/docs/docs/cloud/git/import-a-project-by-git-url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/cloud/git/import-a-project-by-git-url.md b/website/docs/docs/cloud/git/import-a-project-by-git-url.md index 6d42521caae..c058484eacd 100644 --- a/website/docs/docs/cloud/git/import-a-project-by-git-url.md +++ b/website/docs/docs/cloud/git/import-a-project-by-git-url.md @@ -102,7 +102,7 @@ CodeCommit uses `master` as its default branch, and to initialize your project, - Select **Settings** -> **Edit** and under **General Settings**, check the **Default to a custom branch** checkbox. - Specify the custom branch as `master` and click **Save**. -#### Step 5: Configure pull request (PR) template URLs (Optional) +#### Step 5: Configure pull request template URLs (Optional) To prevent users from directly merging code changes into the default branch, configure the [PR Template URL](/docs/collaborate/git/pr-template) in the **Repository details** page for your project. Once configured, dbt Cloud will prompt users to open a new PR after committing and synching code changes on the branch in the IDE, before merging any changes into the default branch.