From 729b5d11c99b56f840c894b6a68e11ad1f3d8e0b Mon Sep 17 00:00:00 2001 From: mrT23 Date: Tue, 9 Jan 2024 22:56:25 +0200 Subject: [PATCH] feat: Refactor instructions and fields in pr_code_suggestions_prompts.toml --- pr_agent/servers/help.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) - ... """ ```