Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.2 KB

MENTORS.md

File metadata and controls

23 lines (19 loc) · 1.2 KB

Guidelines

Reviewing students homework

  1. Go to https://github.com/CodeYourFuture/JavaScript-Core-1-Homework/pulls
  2. Find the PR opened by the student you are designated to help
  3. If your student has not opened a PR, ask them to open a PR following the instructions in the README
  4. Assign yourself to your student's PR so that other mentors know that your student has a reviewer
  5. Go to the files tab in the PR and start a review. The review should contain:
  • Inline comments that:
    • Praise the student for showing initiative or creativity beyond the lesson
    • Point out mistakes or bad practises
    • Explain problems that could be caused by bad code
    • Ask why a solution might not work
    • Offer pointers or tips for a better solution
  • An overall comment (when you click the review changes button) that:
    • Praises the student for their effort/progress
    • Let's them know if you've asked them to make changes
    • Highlights any themes that need particular attention, if necessary
  1. Submit the review. As long as the student has attempted the homework, choose the option to accept changes so that they get a nice green tick (even if you are suggesting changes).
  2. Add a label to the PR saying reviewed