Skip to content

Commit a515c8d

Browse files
committed
Mention automated review rules in CONTRIBUTING.md
1 parent 789bcc7 commit a515c8d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ The format can be described more formally as follows:
6262
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.
6363
This allows the message to be easier to read on GitHub as well as in various Git tools.
6464

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.
71+
6572
[golang-style]: https://github.com/golang/go/wiki/CodeReviewComments
6673
[new-issue]: https://github.com/openshift/cluster-version-operator/issues/new
6774
[prow-review]: https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md#the-code-review-process

0 commit comments

Comments
 (0)