forked from nrfconnect/sdk-nrfxlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
46 lines (39 loc) · 1.88 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
# 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 @ru-fu @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
/softdevice_controller/ @rugeGerritsen
/nrf_modem/ @rlubos @lemrey @evenl
/crypto/ @frkv @tejlmand
/gzll/ @leewkb4567
/mpsl/ @rugeGerritsen
/nfc/ @anangl @grochu
/nrf_802154/ @czeslawmakarski
/nrf_security/ @frkv @tejlmand
/openthread/ @MarekPorwisz @lmaciejonczyk
/zboss/ @tomchy
/zephyr/ @carlescufi
/nrf_rpc/ @doki-nordic @KAGA164