From c7a681038ddc6ce63c39c7b37b119b3dc67a999c Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 19 Nov 2023 11:11:11 +0200 Subject: [PATCH] gfm instructions --- pr_agent/servers/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/servers/help.py b/pr_agent/servers/help.py index cf634224..c32c5666 100644 --- a/pr_agent/servers/help.py +++ b/pr_agent/servers/help.py @@ -1,6 +1,6 @@ commands_text = "> **/review**: Request a review of your Pull Request.\n" \ "> **/describe**: Update the PR title and description based on the contents of the PR.\n" \ - "> **/improve [--extended]**: Suggest improvements to the code in the PR. Extended mode provides a more thorough feedback.\n" \ + "> **/improve [--extended]**: Suggest code improvements. Extended mode provides a higher quality feedback.\n" \ "> **/ask \\**: Ask a question about the PR.\n" \ "> **/update_changelog**: Update the changelog based on the PR's contents.\n" \ "> **/add_docs**: Generate docstring for new components introduced in the PR.\n" \