1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/leave-feedback-with-pull-requests.md

2.1 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. Classroom in list of classrooms for an organization {% data reusables.classroom.click-assignment-in-list %}
  2. To the right of the submission, click Review. Review button for assignment in list of submissions for an assignment
  3. Review the pull request. For more information, see "Commenting on a pull request."

Further reading