Skip to content

Switch code review PR target to be develop branch rather than main #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/41-code-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down