This commit is contained in:
mrT23
2024-01-07 17:02:18 +02:00
parent 578d15c6fc
commit a6bbd04efb
3 changed files with 19 additions and 9 deletions

View File

@ -79,7 +79,7 @@ Examples for extra instructions:
[pr_code_suggestions] # /improve #
extra_instructions="""
Emphasize the following aspects:
- Does the code logic covers relevant edge cases?
- Does the code logic cover relevant edge cases?
- Is the code logic clear and easy to understand?
- Is the code logic efficient?
...