Code Review Process - MuneebNasir/Amazin-online-bookstore-OA GitHub Wiki
Code Review Process
- Assign the Issue/Ticket yourself
- Create a new branch with issue name.
- Checkout to the local branch for completing the assigned task/issue.
- Write Tests for the code changes
- Once the changes have been fully tested, push the changes
- Open a Pull Request (PR) into the master with each team member assigned to the Pull Request as a reviewer
- Link the issue to the open PR
- 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.
- After successful build, it is recommended to delete the branch.
- In case of build failure, please mitigate the issue at High priority