-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathCODEOWNERS
25 lines (18 loc) · 1.01 KB
/
CODEOWNERS
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
# --- CI - CODEOWNERS - Dependabot - Template ---
/.github @DGEXSolutions/osrd-backend-maintainers
# --- FRONT ---
/front @DGEXSolutions/osrd-front-maintainers
# --- API ---
/api @flomonster @multun @eckter
# --- EDITOAST ---
/editoast @Tguisnet @flomonster
# --- CHARTOS ---
/chartos @flomonster @multun
# --- INTEGRATION TESTS ---
/tests @eckter
# --- CORE ---
/core @DGEXSolutions/osrd-backend-maintainers
*Physics*.java @DGEXSolutions/osrd-physics
*Integration*.java @DGEXSolutions/osrd-physics
# Python Interactive Client
/core/src/python_interactive_client @flomonster @multun