Skip to content

Commit 7f7ecff

Browse files
Merge branch 'main' into claude/polish-ui-design-S5CS6
2 parents 2b2c760 + b93a1e1 commit 7f7ecff

File tree

2 files changed

+426
-0
lines changed

2 files changed

+426
-0
lines changed

.github/CODEOWNERS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# CODEOWNERS - Automatically assigns reviewers based on file paths
2+
3+
# Default owner for everything
4+
* @groupthinking
5+
6+
# Frontend
7+
*.tsx @groupthinking
8+
*.jsx @groupthinking
9+
*.css @groupthinking
10+
/frontend/ @groupthinking
11+
12+
# Backend
13+
*.py @groupthinking
14+
*.go @groupthinking
15+
/backend/ @groupthinking
16+
/api/ @groupthinking
17+
18+
# Infrastructure
19+
/.github/ @groupthinking
20+
*.yml @groupthinking
21+
*.yaml @groupthinking
22+
Dockerfile @groupthinking
23+
24+
# Documentation
25+
*.md @groupthinking
26+
/docs/ @groupthinking

0 commit comments

Comments
 (0)