-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
34 lines (28 loc) · 881 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
34 lines (28 loc) · 881 Bytes
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
# CODEOWNERS file for Orbit-RS
# This file defines code owners for different parts of the repository
# Code owners are automatically requested for review when PRs are created
# Global ownership - all files require review from core maintainers
* @ravituringworks
# Documentation
docs/ @ravituringworks
*.md @ravituringworks
README.md @ravituringworks
# Core components
orbit-client/ @ravituringworks
orbit-server/ @ravituringworks
orbit-shared/ @ravituringworks
orbit-proto/ @ravituringworks
# CI/CD and infrastructure
.github/ @ravituringworks
Dockerfile @ravituringworks
docker-compose.yml @ravituringworks
Makefile @ravituringworks
# Configuration files
Cargo.toml @ravituringworks
Cargo.lock @ravituringworks
.gitignore @ravituringworks
# Security and deployment
SECURITY.md @ravituringworks
.github/workflows/ @ravituringworks
helm/ @ravituringworks
k8s/ @ravituringworks