diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md index b9057c5fc8..102ea2bcf2 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md @@ -24,7 +24,8 @@ To create and access the feedback pull request, you must enable the feedback pul {% data reusables.classroom.sign-into-github-classroom %} 1. In the list of classrooms, click the classroom with the assignment you want to review. {% data reusables.classroom.click-assignment-in-list %} -1. To the right of the submission, click **Review**. +1. Each student will have a submission row, press the Feedback link to navigate to the student's pull request. +1. On the Feedback PR select the Files changed tab. 1. Review the pull request. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request)." ## Further reading