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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The following are some guidelines to consider when performing code reviews.
78
78
- Tone
79
79
- Do ask open-ended questions and avoid making opinionated statements.
80
80
- Do keep feedback positive. Consider the effort the author spent writing the PR. Celebrate good work.
81
-
- Do differentiate between nits and suggestions vs blocking feedback. Limit nits.
81
+
- Do differentiate between nits and suggestions vs blocking feedback. Limit nits. Use [Conventional Comments](https://conventionalcomments.org) to the greatest extent possible.
82
82
- Do consider how your feedback could be addressed by follow-on work. Consider opening new issues for less significant concerns.
83
83
- Unit Testing
84
84
- Do consider the coverage of test cases. Do the unit tests cover major code paths and error conditions?
0 commit comments