-
-
Notifications
You must be signed in to change notification settings - Fork 772
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
45 lines (33 loc) · 943 Bytes
/
CODEOWNERS
File metadata and controls
45 lines (33 loc) · 943 Bytes
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
39
40
41
42
43
44
45
# overall ownership is for the apps team
* @obrusvit
# CI and build system
/.github/ @vdovhanych @mmilata
/ci/ @vdovhanych @mmilata
# Protobuf definitions
/common/protob/ @obrusvit @matejcik
# core/embed belongs to embedded team
/core/embed/ @TychoVrahe
# ...except Rust, which belongs to apps team
/core/embed/rust/ @obrusvit @matejcik
/core/embed/rust/src/ui/ @obrusvit
/core/embed/rust/src/smp/ @TychoVrahe
# special case apps
/core/src/apps/monero/ @onvej-sl
/core/src/apps/webauthn/ @andrewkozlik
# trezor-crypto
/crypto/ @andrewkozlik @onvej-sl
/crypto/gui/ @prusnak
/crypto/monero/ @onvej-sl
/crypto/tools/ @prusnak
# T1 legacy codebase
/legacy/ @prusnak @romanz
# Nordic submodule belongs to embedded team
/nordic/ @TychoVrahe
# python-trezor and tools
/python/ @matejcik @romanz
# storage
/storage/ @andrewkozlik @TychoVrahe
# tests main codeowner
/tests/ @obrusvit
# tools generally belong to apps team
/tools/ @obrusvit