Skip to content

Commit c4b5cb2

Browse files
authored
Merge pull request #953 from HonkingGoose/docs/897
Create re-request-review reusable and use it in appropriate places
2 parents 10b2f22 + cf1312f commit c4b5cb2

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ You can view all of the reviews a pull request has received in the Conversation
3838

3939
{% data reusables.pull_requests.resolving-conversations %}
4040

41+
### Re-requesting a review
42+
43+
{% data reusables.pull_requests.re-request-review %}
44+
4145
### Required reviews
4246

4347
{% data reusables.pull_requests.required-reviews-for-prs-summary %}

content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Each person who suggested a change included in the commit will be a co-author of
2929
5. Click **Commit changes.**
3030
![Commit changes button](/assets/images/help/pull_requests/commit-changes-button.png)
3131

32+
### Re-requesting a review
33+
34+
{% data reusables.pull_requests.re-request-review %}
35+
3236
### Opening an issue for an out-of-scope suggestion
3337

3438
If someone suggests changes to your pull request and the changes are out of the pull request's scope, you can open a new issue to track the feedback. For more information, see "[Opening an issue from a comment](/github/managing-your-work-on-github/opening-an-issue-from-a-comment)."
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
You can re-request a review, for example, after you've made substantial changes to your pull request.
2+
To request a fresh review from a reviewer, in the sidebar of the **Conversation** tab, click the {% octicon "sync" aria-label="The sync icon" %} icon.

0 commit comments

Comments
 (0)