Switch code review PR target to be develop branch rather than main #464
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the "Raising a Pull Request" section of Episode 4.1, the target branch for the PR is set to be
main
. If we are following "gitflow" like in the rest of the lesson, this should bedevelop
. This has directly caused confusion in our runs of the course and I don't think it should cause any issues, although there might be some merge conflicts because thedevelop
branch has had quite a bit done to it by this point, and thefeature-std-dev
branch is quite far behind.I will report back how it goes, but if someone is able to resolve this more immediately, that would be appreciated.
Resolves #458