From 055bc4ceec336e1e31f9caef0fdfb987d7328648 Mon Sep 17 00:00:00 2001 From: Tal Date: Mon, 8 Jul 2024 17:29:18 +0300 Subject: [PATCH] Update improve.md --- docs/docs/tools/improve.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index abf1aa7f..4975b26c 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -71,8 +71,10 @@ You can set the content of the checkbox text via: [pr_code_suggestions] code_suggestions_self_review_text = "... (your text here) ..." ``` + ![self_review_1](https://codium.ai/images/pr_agent/self_review_1.png){width=512} + 💎 In addition, by setting: ``` [pr_code_suggestions] @@ -82,6 +84,7 @@ the tool can automatically approve the PR when the user checks the self-review c !!! tip "Demanding self-review from the PR author" If you set the number of required reviewers for a PR to 2, this effectively means that the PR author must click the self-review checkbox before the PR can be merged (in addition to a human reviewer). + ![self_review_2](https://codium.ai/images/pr_agent/self_review_2.png){width=512}