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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,13 @@ 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
+
This repository uses [CodeRabbit](https://coderabbit.ai) for automated code review.
68
+
Review rules are defined in [`.coderabbit.yaml`](.coderabbit.yaml) and encode
69
+
common patterns identified from past PR reviews. Please review these rules when
70
+
contributing to understand the standards enforced during automated review.
0 commit comments