-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathCODEOWNERS
More file actions
38 lines (33 loc) · 1.86 KB
/
CODEOWNERS
File metadata and controls
38 lines (33 loc) · 1.86 KB
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
37
38
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# By default adding the desktop team to review any changes
* @status-im/desktop
Makefile @status-im/devops @status-im/desktop
# Any change in the ci requires approval from DevOps team
/ci/ @status-im/devops
/nix/ @status-im/devops
/scripts/ @status-im/devops
# Default qml/js code reviewers
*.qml @micieslak @caybro @alexjba @noeliaSD
*.js @micieslak @caybro @alexjba @noeliaSD
/storybook/ @micieslak @caybro @alexjba @noeliaSD
# Default squish tests owners
/test/e2e/ @status-im/desktop-qa
# Wallet - nim
/src/app/modules/main/wallet_section/ @status-im/desktop-wallet
/src/app_service/service/wallet_account/ @status-im/desktop-wallet
/src/app_service/service/wallet_connect/ @status-im/desktop-wallet
/src/app_service/service/transaction/ @status-im/desktop-wallet
/src/app_service/service/saved_address/ @status-im/desktop-wallet
/src/app_service/service/ramp/ @status-im/desktop-wallet
/src/app_service/service/network/ @status-im/desktop-wallet
# Wallet - qml
/ui/app/AppLayouts/Wallet/ @status-im/desktop-wallet @micieslak
# Messenger - nim
/src/app/modules/main/chat_section/ @status-im/desktop-core
/src/app/modules/main/communities/ @status-im/desktop-core
/src/app_service/service/activity_center/ @status-im/desktop-core
/src/app_service/service/chat/ @status-im/desktop-core
/src/app_service/service/community/ @status-im/desktop-core
/src/app_service/service/community_tokens/ @status-im/desktop-core
/src/app_service/service/contacts/ @status-im/desktop-core
/src/app_service/service/message/ @status-im/desktop-core