diff --git a/pr_agent/servers/help.py b/pr_agent/servers/help.py index 7b4f3ab8..fca19f97 100644 --- a/pr_agent/servers/help.py +++ b/pr_agent/servers/help.py @@ -186,7 +186,8 @@ Examples for extra instructions: ``` [pr_description] extra_instructions=""" -- the PR title should be in the format: ': ' +- The PR title should be in the format: ': ' +- The title should be short and concise (up to 10 words) - ... """ ```