mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
feat: Refactor instructions and fields in pr_code_suggestions_prompts.toml
This commit is contained in:
parent
fc502a6fd5
commit
729b5d11c9
1 changed files with 2 additions and 1 deletions
|
|
@ -186,7 +186,8 @@ Examples for extra instructions:
|
|||
```
|
||||
[pr_description]
|
||||
extra_instructions="""
|
||||
- the PR title should be in the format: '<PR type>: <PR summary>'
|
||||
- The PR title should be in the format: '<PR type>: <title>'
|
||||
- The title should be short and concise (up to 10 words)
|
||||
- ...
|
||||
"""
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue