From 64c04828b307a0b122bd82360ff467efcec808cb Mon Sep 17 00:00:00 2001 From: bielsnohr <6177028+bielsnohr@users.noreply.github.com> Date: Fri, 30 May 2025 17:04:38 +0100 Subject: [PATCH] Switch code review PR target to be develop branch rather than main --- episodes/41-code-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/41-code-review.md b/episodes/41-code-review.md index c593adf8a..755e403f0 100644 --- a/episodes/41-code-review.md +++ b/episodes/41-code-review.md @@ -235,7 +235,7 @@ on your repository (acting as a code author). 2. Navigate to the pull requests tab. 3. Create a new pull request by clicking the green `New pull request` button. ![](fig/github-pull-request-tab.png){alt='GitHub pull requests tab' .image-with-shadow width="900px"} -4. Select the base and the compare branch - `main` and `feature-std-dev`, respectively. +4. Select the base and the compare branch: `develop` and `feature-std-dev`, respectively. Recall that the base branch is where you want your changes to be merged and the compare branch contains the changes. 5. Click `Create pull request` button to open the request.