-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathCODEOWNERS
30 lines (30 loc) · 999 Bytes
/
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
25
26
27
28
29
30
* @weizhoublue @cyclinder
/.github/ @weizhoublue @cyclinder
/api/ @weizhoublue @cyclinder
/charts/ @weizhoublue @cyclinder
/cmd/ @weizhoublue @cyclinder
/contrib/ @weizhoublue @cyclinder
/docs/ @weizhoublue @windsonsea @cyclinder
/images/ @weizhoublue @cyclinder
/pkg/ @weizhoublue @cyclinder @lou-lan
/test/ @weizhoublue @cyclinder
/test/e2e/ @weizhoublue
/test/doc/ @weizhoublue
/tools/ @weizhoublue @cyclinder
/vendor/ @weizhoublue @cyclinder
/.gitignore @weizhoublue
/CODEOWNERS @weizhoublue @cyclinder
/go.mod @weizhoublue @cyclinder
/LICENSE @weizhoublue @cyclinder
/Makefile* @weizhoublue @cyclinder
/README.md @weizhoublue @cyclinder
/README-zh_CN.md @weizhoublue @cyclinder
/go.sum @weizhoublue @cyclinder
/VERSION @weizhoublue @cyclinder
/AUTHORS @weizhoublue @cyclinder
/.licenserc.yaml @weizhoublue @cyclinder
/codecov.yml @weizhoublue
/.golangci.yaml @weizhoublue
/MAINTAINERS.md @weizhoublue @cyclinder
/.trivyignore @weizhoublue
/CODE_OF_CONDUCT.md @weizhoublue @cyclinder