mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
b8c4dfac34
The CODEOWNSERS file defines the default code owners for specific files or folders in the repo. The code owners are automatically added to PR review. For more details see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
# 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
|
|
*.js @micieslak @caybro @alexjba
|
|
/storybook/ @micieslak @caybro @alexjba
|
|
# 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
|