forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODEOWNERS
Validating CODEOWNERS rules...
74 lines (70 loc) · 3.54 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# CODEOWNERS for autoreview assigning in github
# Order is important; the last matching pattern takes the most
# precedence.
# Root folder
/CODEOWNERS @carlescufi
/LICENSE @carlescufi
/README.rst @ru-fu @carlescufi
/Jenkinsfile @carlescufi
/west.yml @carlescufi @tejlmand
# Applications
/applications/asset_tracker/ @joakimtoe @jtguggedal @rlubos
/applications/nrf_desktop/ @pdunaj
# Boards
/boards/ @ioannisg @anangl
# All cmake related files
/cmake/ @SebastianBoe
/CMakeLists.txt @SebastianBoe
# All Kconfig related files
/**/Kconfig* @SebastianBoe
# All doc related files
/doc/ @ru-fu
/doc/CMakeLists.txt @carlescufi
/doc/scripts/ @carlescufi
/doc/**/conf.py @carlescufi
# All subfolders
/drivers/ @anangl
/dts/ @anangl
/ext/ @carlescufi
/include/debug/ppi_trace.h @nordic-krch
/include/ @anangl @rlubos @pizi-nordic
/include/bluetooth/ @joerchan
/include/drivers/ @anangl
/include/net/ @rlubos
/include/nfc/ @anangl @grochu
/include/shell/ @nordic-krch @jarz-nordic
/lib/at_cmd_parser/ @rlubos
/lib/at_host/ @rlubos
/lib/bsdlib/ @rlubos
/lib/modem_info/ @rlubos
/lib/pdn_management/ @rlubos
/lib/lwm2m_carrier/ @rlubos @lemrey
/samples/sensor/bh1749/ @wlgrd
/samples/bluetooth/ @joerchan @lemrey @carlescufi
/samples/bootloader/ @hakonfam @ioannisg
subsys/debug/CMakeLists.txt @nordic-krch
/samples/debug/ppi_trace/ @nordic-krch
/samples/esb/ @lemrey
/samples/nfc/ @grochu
/samples/nrf9160/ @rlubos @lemrey
/samples/nrf9160/spm/ @lemrey @hakonfam @ioannisg
/samples/profiler/ @pdunaj @pizi-nordic
/samples/usb/usb_uart_bridge/ @joakimtoe @jtguggedal
/samples/CMakeLists.txt @SebastianBoe
/scripts/ @mbolivar @tejlmand
/scripts/hid_configurator/ @pdunaj
/subsys/bluetooth/ @joerchan @carlescufi
/subsys/bootloader/ @hakonfam @ioannisg
/subsys/enhanced_shockburst/ @Raane @lemrey
/subsys/event_manager/ @pdunaj
/subsys/fw_metadata/ @hakonfam
/subsys/net/ @rlubos
/subsys/nfc/ @grochu @anangl
/subsys/partition_manager/ @hakonfam
/subsys/profiler/ @pdunaj
/subsys/debug/ppi_trace/ @nordic-krch
/subsys/shell/ @nordic-krch @jarz-nordic
/subsys/spm/ @ioannisg
/subsys/nonsecure/ @ioannisg
/tests/ @rakons
/zephyr/ @carlescufi