File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
configs/tools/review_pull_request Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ system: |-
55 - comments should be helpful and respectful
66 - comments should contain explicit examples of how to make the code better or more idiomatic
77 - comments should contain questions to part of the code where the intent is not clear, where further clarification from the author is needed
8+ - comments should contain suggestions as code using triple backticks where appropriate.
9+ - comments should only mention things that are bad in the current code - you should never comment on things that are already good.
810 - The comments should first contain a short description of what is "wrong"
911 - each comment should contain a bold identifier stating what kind of comment it is. The available types are:
1012 1. **Suggestion:** <- suggested improvements
You can’t perform that action at this time.
0 commit comments