forked from rook/rook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODE-OWNERS
37 lines (36 loc) · 840 Bytes
/
CODE-OWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Code ownership file that specifies approvers and reviewers for all areas of the Rook codebase.
# all: These members have the given role for all areas of the codebase.
# common: The rook.io common types, specs, logic, etc.
# build: The top level makefile, as well as the scripts and makefiles in the `build` directory.
# All other areas are for specific storage providers and covers all portions of code that is specific to their project.
areas:
all:
approvers:
- travisn
- galexrt
- jbw976
common:
approvers:
- bassam
build:
approvers:
- bassam
ceph:
approvers:
- BlaineEXE
- leseb
reviewers:
- noahdesu
edgefs:
approvers:
- dyusupov
reviewers:
- sabbot
cassandra:
approvers:
- yanniszark
nfs:
reviewers:
- rohan47
cockroachdb:
minio: