-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathCODEOWNERS
More file actions
36 lines (31 loc) · 898 Bytes
/
CODEOWNERS
File metadata and controls
36 lines (31 loc) · 898 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
35
36
# CODEOWNERS file for SplitWiser
# This file defines code ownership and automatic reviewer assignment
# Documentation: https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global fallback - all files default to Devasy23
* @Devasy23
# Backend code ownership
backend/ @Devasy23
*.py @Devasy23
requirements.txt @Devasy23
runtime.txt @Devasy23
pytest.ini @Devasy23
# Frontend code ownership
frontend/ @vrajpatelll
*.tsx @vrajpatelll
*.ts @vrajpatelll
*.js @vrajpatelll
*.jsx @vrajpatelll
package.json @vrajpatelll
package-lock.json @vrajpatelll
tsconfig.json @vrajpatelll
app.json @vrajpatelll
# CI/CD and Infrastructure
.github/ @Devasy23
*.yml @Devasy23
*.yaml @Devasy23
nixpacks.toml @Devasy23
railway.toml @Devasy23
DEPLOYMENT.md @Devasy23
# Documentation
docs/ @Devasy23 @vrajpatelll
*.md @Devasy23 @vrajpatelll