Skip to content

Instantly share code, notes, and snippets.

@kyle-annen
Last active November 1, 2022 18:31
Show Gist options
  • Save kyle-annen/6e6dc5d711002d7fac84c5cd661ad0b9 to your computer and use it in GitHub Desktop.
Save kyle-annen/6e6dc5d711002d7fac84c5cd661ad0b9 to your computer and use it in GitHub Desktop.
flowchart
  branchOff[Create feature branch off master] --->|active development via atomic commits| push[push feature branch to Github]
  push --->|fill out as much of the PR template as possible| draft[Pull request opened as Draft]
  
  draft ---> active[Active development] 
  active ---> markReady[PR is marked Ready for Review<br/>or<br/>Review re-requested]
  markReady --->|Post PR for review in #pull_requests Slack Channel| inReview{PR in Review}
  
  inReview --->|Changes Requested| active 
  
  inReview --->|CI not passing| active
  
  inReview --->|Two Approvals<br/>and<br/>CI passing| prApproved[PR Approved]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment