Finishing a Development Branch
Workflow
- Rebase or sync branch with target base and resolve conflicts cleanly.
- Run full test/lint/build checks and fix all failures.
- Squash or curate commits to tell a clear implementation story.
- Verify migrations, configs, and docs are complete and accurate.
- Prepare PR notes: scope, risks, rollback, and test evidence.