1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/education/manage-coursework-with-github-classroom/leave-feedback-with-pull-requests.md
Melanie Yarbrough 27d764fb35 Fix broken links (#17081)
* Fix two broken links

* Update content/education/manage-coursework-with-github-classroom/leave-feedback-with-pull-requests.md

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-23 13:39:12 +00:00

2.0 KiB

title, intro, permissions, versions, redirect_from
title intro permissions versions redirect_from
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.
free-pro-team
*
/education/manage-coursework-with-github-classroom/leaving-feedback-in-github

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