From 00cfd452b450882947cac897b57ae7956ffeb270 Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Wed, 8 Dec 2021 12:50:01 -0300 Subject: [PATCH] Updated Pull Request Reviewer Guidelines (markdown) --- Pull-Request-Reviewer-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pull-Request-Reviewer-Guidelines.md b/Pull-Request-Reviewer-Guidelines.md index afe1358..a2ebf98 100644 --- a/Pull-Request-Reviewer-Guidelines.md +++ b/Pull-Request-Reviewer-Guidelines.md @@ -42,7 +42,7 @@ Performing a full code review also helps the submitters by having less rounds of ### Polish commits -Consider just adding a polish commit instead of having the submitter do everything. +Consider just adding a polish commit instead of having the submitter do everything. To do this you can go to the base branch, cherry-pick the commit from the PR, and add another commit that polishes it. After that, just push the commits to the base branch and the PR will be closed. ### Consider smaller PRs