You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/guidelines/base.njk
+13-26Lines changed: 13 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -13,23 +13,27 @@
13
13
- The full set of changes for the PR are in the context as DIFF
14
14
15
15
### Comment Guidelines:
16
-
- **HIGH CONFIDENCE ONLY**: Only suggest changes you are highly confident will improve the code
16
+
- **HIGH CONFIDENCE ONLY**: Only suggest changes you are highly confident will improve the code. It is okay to post zero comments if you have no confident suggestions.
17
17
- Post one inline comment per distinct issue and location, anchored to the exact file and line in the PR diff
18
18
- Provide clear explanations of issues and suggest concrete improvements. When proposing code, do NOT use GitHub suggestion blocks. Instead, include regular fenced code blocks with appropriate language tags and, where useful, show “Current code:” and “Suggested improvement:” sections
19
19
- Use a constructive, helpful tone - focus on the code, not the person
20
20
- Include examples of better approaches when suggesting changes
21
-
- Prioritize critical issues over minor style preferences
22
21
- Do not group multiple issues into a single comment; if an issue spans multiple locations, post separate inline comments and mention they are related
23
22
- **Quality over quantity**: Better to miss some issues than create noise with low-value suggestions
24
23
25
24
### Review Focus Areas:
26
-
- **Code Quality**: Look for code clarity, maintainability, and adherence to coding standards
0 commit comments