Code Review Process - MuneebNasir/Amazin-online-bookstore-OA GitHub Wiki

Code Review Process

  1. Assign the Issue/Ticket yourself
  2. Create a new branch with issue name.
  3. Checkout to the local branch for completing the assigned task/issue.
  4. Write Tests for the code changes
  5. Once the changes have been fully tested, push the changes
  6. Open a Pull Request (PR) into the master with each team member assigned to the Pull Request as a reviewer
  7. Link the issue to the open PR
  8. Once the PR has been approved by a minimum of 2 reviewers, the changes will be merged into master and a build will be initiated.
  9. After successful build, it is recommended to delete the branch.
  10. In case of build failure, please mitigate the issue at High priority