mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
help
This commit is contained in:
@ -43,7 +43,6 @@ def convert_to_markdown(output_data: dict, gfm_supported: bool=True) -> str:
|
|||||||
"Relevant tests added": "🧪",
|
"Relevant tests added": "🧪",
|
||||||
"Focused PR": "✨",
|
"Focused PR": "✨",
|
||||||
"Security concerns": "🔒",
|
"Security concerns": "🔒",
|
||||||
"General suggestions": "💡",
|
|
||||||
"Insights from user's answers": "📝",
|
"Insights from user's answers": "📝",
|
||||||
"Code feedback": "🤖",
|
"Code feedback": "🤖",
|
||||||
"Estimated effort to review [1-5]": "⏱️",
|
"Estimated effort to review [1-5]": "⏱️",
|
||||||
|
@ -48,7 +48,7 @@ Examples for extra instructions:
|
|||||||
```
|
```
|
||||||
[pr_reviewer] # /review #
|
[pr_reviewer] # /review #
|
||||||
extra_instructions="""
|
extra_instructions="""
|
||||||
In the 'general suggestions' section, emphasize the following:
|
In the 'possible issues' section, emphasize the following:
|
||||||
- Does the code logic cover relevant edge cases?
|
- Does the code logic cover relevant edge cases?
|
||||||
- Is the code logic clear and easy to understand?
|
- Is the code logic clear and easy to understand?
|
||||||
- Is the code logic efficient?
|
- Is the code logic efficient?
|
||||||
|
Reference in New Issue
Block a user