feat: Update PR prompts in toml files to enhance readability and consistency

This commit is contained in:
mrT23
2023-11-26 08:17:16 +02:00
parent b3238e90f2
commit d7df4287f8
7 changed files with 41 additions and 10 deletions

View File

@ -15,16 +15,23 @@ Extra instructions from the user:
"""
user="""PR Info:
Title: '{{title}}'
Branch: '{{branch}}'
Description: '{{description}}'
{%- if language %}
Main language: {{language}}
Main PR language: '{{ language }}'
{%- endif %}
{%- if commit_messages_str %}
Commit messages:
{{commit_messages_str}}
'
{{ commit_messages_str }}
'
{%- endif %}