Skip to content

Commit 77a149a

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ 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+
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.
70+
6571
[golang-style]: https://github.com/golang/go/wiki/CodeReviewComments
6672
[new-issue]: https://github.com/openshift/cluster-version-operator/issues/new
6773
[prow-review]: https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md#the-code-review-process

0 commit comments

Comments
 (0)