Skip to content

Standard Operating Procedures

Judith Lloyd-Jones edited this page Dec 10, 2018 · 2 revisions

Reviewing Pull Requests

  1. Spot check code on GitHub:
    • Kick-back if there are any obvious errors
  2. Fetch the branch under review:
    • Check tests are passing and that the test coverage is high (90% min)
    • Run the linter and check for issues
    • Load server and manually test the application
  3. When satisfied notify the team that reviewed it
  4. Merge with master branch and let rest of team know master has been updated
  5. Update board

Clone this wiki locally