-
Notifications
You must be signed in to change notification settings - Fork 323
/
CODEOWNERS
Validating CODEOWNERS rules...
24 lines (22 loc) · 1.12 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
* @iotexproject/protocol-team
#Specific owners
/consensus/ @CoderZhi @dustinxie @Liuhaai @envestcc
/ioctl/ @CoderZhi @dustinxie @Liuhaai @envestcc
/api/ @CoderZhi @dustinxie @Liuhaai @envestcc
/config/ @CoderZhi @dustinxie @Liuhaai @envestcc
/p2p/ @CoderZhi @dustinxie @Liuhaai @envestcc
/action/ @CoderZhi @dustinxie @Liuhaai @envestcc
/blockchain/ @CoderZhi @dustinxie @Liuhaai @envestcc
/blockindex/ @CoderZhi @dustinxie @Liuhaai @envestcc
/crypto/ @CoderZhi @dustinxie @Liuhaai @envestcc
/db/ @CoderZhi @dustinxie @Liuhaai @envestcc
/dispatcher/ @CoderZhi @dustinxie @Liuhaai @envestcc
/pkg/ @CoderZhi @dustinxie @Liuhaai @envestcc
/server/ @CoderZhi @dustinxie @Liuhaai @envestcc
/state/ @CoderZhi @dustinxie @Liuhaai @envestcc
/actpool/ @CoderZhi @dustinxie @Liuhaai @envestcc
/nodeinfo/ @CoderZhi @dustinxie @Liuhaai @envestcc
/.github/ @CoderZhi @dustinxie @Liuhaai @envestcc