forked from nrfconnect/sdk-nrfxlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
36 lines (30 loc) · 1.48 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
# 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
# All cmake related files
/CMakeLists.txt @tejlmand
# All Kconfig related files
Kconfig* @tejlmand
# All documentation related files
*.rst @b-gent
doc/* @b-gent
# All subfolders
/.github/ @thst-nordic
/softdevice_controller/ @joerchan @rugeGerritsen
/nrf_modem/ @rlubos @lemrey @evenl
/crypto/ @frkv @tejlmand
/mpsl/ @joerchan @carlopaparo
/nfc/ @anangl @grochu
/nrf_802154/ @czeslawmakarski
/nrf_security/ @frkv @tejlmand
/openthread/ @MarekPorwisz @lmaciejonczyk
/zboss/ @tomchy
/zephyr/ @carlescufi
/nrf_rpc/ @doki-nordic @KAGA164