From 9f88105f72c1320182eb87ba0dd66ea2af3b84ac Mon Sep 17 00:00:00 2001 From: Wes Vetter Date: Thu, 4 Jan 2024 10:32:53 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Minor=20update=20to=20REVIEW.md?= =?UTF-8?q?=20for=20inclusive=20language?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces "his [judgement]" with "their". --- docs/REVIEW.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/REVIEW.md b/docs/REVIEW.md index 9990819d..8aca684e 100644 --- a/docs/REVIEW.md +++ b/docs/REVIEW.md @@ -64,7 +64,7 @@ By invoking: ``` /reflect_and_review ``` -The tool will first ask the author questions about the PR, and will guide the review based on his answers. +The tool will first ask the author questions about the PR, and will guide the review based on their answers. @@ -75,7 +75,7 @@ The tool will first ask the author questions about the PR, and will guide the re - With current level of AI for code (GPT-4), mistakes can happen. Not all the suggestions will be perfect, and a user should not accept all of them automatically. -- Suggestions are not meant to be [simplistic](./../pr_agent/settings/pr_reviewer_prompts.toml#L29). Instead, they aim to give deep feedback and raise questions, ideas and thoughts to the user, who can then use his judgment, experience, and understanding of the code base. +- Suggestions are not meant to be [simplistic](./../pr_agent/settings/pr_reviewer_prompts.toml#L29). Instead, they aim to give deep feedback and raise questions, ideas and thoughts to the user, who can then use their judgment, experience, and understanding of the code base. - Recommended to use the 'extra_instructions' field to guide the model to suggestions that are more relevant to the specific needs of the project.