1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md
2024-03-27 17:47:04 +00:00

1.9 KiB

title, intro, permissions, versions, redirect_from, shortTitle
title intro permissions versions redirect_from shortTitle
Leave feedback with pull requests You can leave feedback for your students in a special pull request within the repository for each assignment. People with read permissions to a repository can leave feedback in a pull request for the repository.
fpt
*
/education/manage-coursework-with-github-classroom/leaving-feedback-in-github
/education/manage-coursework-with-github-classroom/leave-feedback-with-pull-requests
Pull requests

About feedback pull requests for assignments

{% data reusables.classroom.you-can-create-a-pull-request-for-feedback %}

When you enable the pull request for feedback for an assignment, {% data variables.product.prodname_classroom %} will create a special pull request titled Feedback in the assignment repository for each student or team. The pull request automatically shows every commit that a student pushed to the assignment repository's default branch.

Prerequisites

To create and access the feedback pull request, you must enable the feedback pull request when you create the assignment. {% data reusables.classroom.for-more-information-about-assignment-creation %}

Leaving feedback in a pull request for an assignment

{% 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 %}
  2. Each student will have a submission row, press the Feedback link to navigate to the student's pull request.
  3. On the Feedback PR select the Files changed tab.
  4. Review the pull request. For more information, see "AUTOTITLE."

Further reading