/ .github / CODEOWNERS
CODEOWNERS
 1  # CODEOWNERS for OpenSandbox
 2  # Rules are evaluated top-to-bottom; the last matching pattern wins.
 3  
 4  # Default owners (fallback for files not matched by specific rules)
 5  * @jwx0925 @hittyt @hellomypastor @Pangjiping @ninan-nn
 6  
 7  # Control plane (server)
 8  /server/ @Pangjiping @hittyt @jwx0925 @Generalwin @ninan-nn
 9  
10  # Runtime agent (execd) and sandbox images
11  /components/execd/ @Pangjiping @hittyt @ninan-nn
12  /components/ingress/ @Pangjiping @hittyt @Generalwin @Spground
13  /components/egress/ @Pangjiping @hittyt @jwx0925
14  /sandboxes/ @Pangjiping @ninan-nn @jwx0925 @hittyt @hellomypastor
15  
16  # Kubernetes controller
17  /kubernetes/ @Spground @Generalwin @fengcone @kevinlynx @ninan-nn @hittyt @Pangjiping
18  
19  # SDKs
20  /sdks/ @ninan-nn @jwx0925 @hittyt @hellomypastor @Pangjiping
21  
22  # Specs and docs
23  /specs/ @jwx0925 @hittyt @ninan-nn
24  
25  # OpenSandbox Enhancement Proposals
26  /oseps/ @Spground @Generalwin @fengcone @kevinlynx @Pangjiping @ninan-nn @jwx0925 @hittyt