-
Notifications
You must be signed in to change notification settings - Fork 0
HW 0
Dana edited this page Jan 30, 2016
·
15 revisions
Frequently Asked Questions
- How do I use GitHub to perform a code review?
There are a couple ways to check if any changes (updates or new code) have been made which requires code review:
Check to see if someone in your team has made any Pull Request. Pull Requests are made by your team members to alert that they have pushed changes to the repository.
For more information on pull request, visit https://help.github.com/articles/using-pull-requests/
- 2. How do I find someone to do a code reviewer?
3.What should I look for when I perform a code review?
-
I just started working on an issue. Should I assign it to myself?
-
What happens if I receive feedback that I should make some changes? Should I ask the original reviewer to look at the changes after I'm done?
-
I committed a change that fixed an issue. Should I close it?