Conducting Code Reviews
Here is a really nice video on pull requests and code reviews:
Please note that because the video is meant to be a demo, the presenter does not take into account the best practices we cover in this lesson. For example, the presenter does not use apropriate commit and feedback messages.
Here is additional thought on code reviews in Github:
Testing a Pull Request Locally
When you are reviewing a pull request, you may want to pull the changes from the pull request into your local repository to test them out. You can do this by following these steps in the link below: