Problem: You want to start a new ticket, but you’re waiting for a related PR...


Problem:
You want to start a new ticket, but you’re waiting for a related PR to be merged.

Solution:
Create a branch off the PR branch.

Now your new work builds on your existing PR, and you can start immediately.
When the PR is merged into the develop branch, merge develop into your feature branch. Now your feature branch is back in sync with develop. 👍

(Substitute main for develop above if doing trunk-based dev.)

View original on X