Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This document is meant to show what our standard practice is when it comes to creating PRs in github.

  • Always merge from your development branch → dev

  • Always request intentional reviewer(s) for your PR

  • branch → dev requires 1+ reviewer && dev → main requires 1 + Mikah Pinegar

  • Once PR is created send your reviewer a slack message with the PR link so they are aware its been created.

  • All PRs should be reviewed within 24hr. If you expect a delay please reach out to the dev so they can add a different reviewer.

  • Link the issue and project in your PR

  • Create a bullet list of all changes that were made and any additional details

  • When merging a branch into dev please delete your development branch.

  • No labels