Authors: @Kelley Chau

Last Updated: 3/27/21

Overview

When to make a PR

It's helpful to make PRs when you start working on a feature and create and push a new branch! This helps increase visibility for the rest of your team into what you're working on and your current progress.

This is why we prefer draft PRs (links to below)- they let you make a PR and run CI for unfinished code that isn't ready to be reviewed.

PRs should be relatively small in scope for manageability- less code to review means faster approvals and less blockers for others on your team!

Choosing a branch

Here, we are making a PR for the deployment branch to merge into master.

Creating a new PR

todo: managing code review comments??

Merging