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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,12 @@ The format can be described more formally as follows:
62
62
The first line is the subject and should be no longer than 70 characters, the second line is always blank, and other lines should be wrapped at 80 characters.
63
63
This allows the message to be easier to read on GitHub as well as in various Git tools.
64
64
65
+
## Automated Code Review
66
+
67
+
Review rules are defined in [`.coderabbit.yaml`](.coderabbit.yaml) and encode
68
+
expected patterns for new submissions. Please review these rules when
69
+
contributing to understand the standards enforced during automated review.
0 commit comments