Skip to content

Commit 21977cf

Browse files
Improve prompts
1 parent df1daf0 commit 21977cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/tools/review_pull_request/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)