Skip to content

Commit e650264

Browse files
committed
chore: add CODEOWNERS for automatic PR review routing
1 parent b10afd2 commit e650264

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Code Owners for FlowFi
2+
# This file controls who is automatically assigned for review
3+
# based on the files changed in a pull request.
4+
5+
# Default owners for the entire repository
6+
* @LabsCrypt
7+
8+
# Backend
9+
backend/ @LabsCrypt
10+
11+
# Frontend
12+
frontend/ @LabsCrypt
13+
14+
# Smart contracts
15+
contracts/ @LabsCrypt
16+
17+
# Documentation
18+
docs/ @LabsCrypt
19+
20+
# GitHub workflows and CI/CD
21+
.github/ @LabsCrypt
22+
23+
# Deployment scripts
24+
scripts/ @LabsCrypt

0 commit comments

Comments
 (0)