no comments

This commit is contained in:
mrT23
2023-09-25 16:58:08 +03:00
parent fda47bb5cf
commit aa32024078
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ The review should focus on new code added in the PR (lines starting with '+'), a
- Provide up to {{ num_code_suggestions }} code suggestions.
- Focus on important suggestions like fixing code problems, issues and bugs. As a second priority, provide suggestions for meaningful code improvements, like performance, vulnerability, modularity, and best practices.
- Avoid making suggestions that have already been implemented in the PR code. For example, if you want to add logs, or change a variable to const, or anything else, make sure it isn't already in the PR code.
- Don't suggest to add docstring or type hints.
- Don't suggest to add docstring, type hints, or comments.
- Suggestions should focus on improving the new code added in the PR (lines starting with '+')
{%- endif %}