-
Notifications
You must be signed in to change notification settings - Fork 315
/
CODEOWNERS
Validating CODEOWNERS rules...
50 lines (43 loc) · 2.15 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# CODEOWNERS for autoreview assigning in github
# Order is important; the last matching pattern takes the most
# precedence.
# Root folder
/CODEOWNERS @carlescufi
/LICENSE @carlescufi
/Jenkinsfile @thst-nordic
/README.rst @carlescufi
/.checkpatch.conf @carlescufi
/.gitattributes @thst-nordic
/.gitlint @thst-nordic
# All cmake related files
/CMakeLists.txt @tejlmand
# All Kconfig related files
Kconfig* @tejlmand
# All documentation related files
*.rst @b-gent
doc/* @b-gent
# All doc image subfolders
/mpsl/doc/pic/ @Avalei
/nrf_802154/doc/images/ @Avalei
/nrf_modem/doc/images/ @Avalei
/nrf_rpc/doc/img/ @Avalei
/softdevice_controller/doc/pic/ @Avalei
/zboss/doc/images/ @Avalei
# All subfolders
/.github/ @thst-nordic
/.github/test-spec.yml @nrfconnect/ncs-test-leads
/softdevice_controller/ @rugeGerritsen
/nrf_modem/ @rlubos @lemrey
/crypto/ @frkv @tejlmand
/gzll/ @leewkb4567
/mpsl/ @rugeGerritsen
/nfc/ @anangl @grochu @KAGA164
/nrf_802154/ @ankuns @jciupis @ahasztag
/nrf_security/ @frkv @tejlmand
/openthread/ @lmaciejonczyk @edmont @canisLupus1313
/zboss/ @tomchy
/zephyr/ @carlescufi
/nrf_rpc/ @doki-nordic @KAGA164
/nrf_dm/ @Tschet1 @eriksandgren
/lc3/ @koffes @alexsven
/nrf_fuel_gauge/ @nordic-auko @aasinclair