-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathCODEOWNERS
More file actions
125 lines (106 loc) · 5.97 KB
/
CODEOWNERS
File metadata and controls
125 lines (106 loc) · 5.97 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# CODEOWNERS for autoreview assigning in github
# Order is important; the last matching pattern takes the most
# precedence.
# Root folder
/.* @nrfconnect/ncs-code-owners @nrfconnect/ncs-bm
/CMakeLists.txt @nrfconnect/ncs-co-build-system
/CODEOWNERS @nrfconnect/ncs-code-owners @nrfconnect/ncs-bm
/Jenkinsfile @nrfconnect/ncs-ci @nrfconnect/ncs-bm-test
/LICENSE @carlescufi
/README.md @nrfconnect/ncs-bm @nrfconnect/ncs-bm-doc
/VERSION @nrfconnect/ncs-bm
/west.yml @nrfconnect/ncs-bm
# Dot folders
/.github/ @nrfconnect/ncs-ci @nrfconnect/ncs-bm
/.clang-format @nrfconnect/ncs-bm
/.checkpatch.conf @nrfconnect/ncs-bm
# Applications
/applications/installer/ @nrfconnect/ncs-eris
/applications/firmware_loader/ @nrfconnect/ncs-eris
/applications/softdevice/ @nrfconnect/ncs-co-build-system
# Boards
/boards/ @nrfconnect/ncs-co-boards @nrfconnect/ncs-bm
# All cmake related files
/cmake/ @nrfconnect/ncs-co-build-system
# External components
/components/softdevice/ @nrfconnect/ncs-dragoon
# All doc related files
/doc/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-doc
# Drivers
/drivers/clock_control/ @nrfconnect/ncs-bm
/drivers/console/ @nrfconnect/ncs-bm
/drivers/bm_lpuarte/ @nrfconnect/ncs-bm
# Include
/include/*.h @nrfconnect/ncs-bm
/include/bm/ @nrfconnect/ncs-bm
/include/bm/bluetooth/ @nrfconnect/ncs-bm
/include/bm/settings/ @nrfconnect/ncs-eris
# Libraries
/lib/bluetooth/ble_adv/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_conn_params/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_conn_state/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_db_discovery/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_gq/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_qwr/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_racp/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_radio_notification/ @nrfconnect/ncs-bm
/lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm
/lib/bluetooth/peer_manager/ @nrfconnect/ncs-bm
/lib/bm_buttons/ @nrfconnect/ncs-bm
/lib/bm_gpiote/ @nrfconnect/ncs-bm
/lib/bm_timer/ @nrfconnect/ncs-bm
/lib/boot_banner/ @nrfconnect/ncs-bm
/lib/bm_scheduler/ @nrfconnect/ncs-bm
/lib/sensorsim/ @nrfconnect/ncs-bm
/lib/zephyr_queue/ @nrfconnect/ncs-eris
# Samples
/samples/bluetooth/ @nrfconnect/ncs-bm
/samples/boot/ @nrfconnect/ncs-eris
/samples/nfc/ @nrfconnect/ncs-bm
/samples/peripherals/ @nrfconnect/ncs-bm
/samples/subsys/ @nrfconnect/ncs-bm
/samples/subsys/fs/bm_zms/ @nrfconnect/ncs-bm @rghaddab
# Samples documentation
/samples/**/*.rst @nrfconnect/ncs-bm-doc
/samples/bluetooth/**/*.rst @nrfconnect/ncs-bm-doc
/samples/peripherals/**/*.rst @nrfconnect/ncs-bm-doc
# Scripts
/scripts/ @nrfconnect/ncs-bm
/scripts/pytest_plugins/ @nrfconnect/ncs-eris @nrfconnect/ncs-eris-test
/scripts/requirements-*.txt @nrfconnect/ncs-co-build-system
# Subsystems
/subsys/bluetooth/ @nrfconnect/ncs-bm
/subsys/bm_installs/ @nrfconnect/ncs-eris
/subsys/fs/bm_zms/ @nrfconnect/ncs-bm @rghaddab
/subsys/logging/ @nrfconnect/ncs-bm
/subsys/mgmt/mcumgr/ @nrfconnect/ncs-eris
/subsys/nfc/ @nrfconnect/ncs-bm
/subsys/settings/ @nrfconnect/ncs-eris
/subsys/softdevice/ @nrfconnect/ncs-bm
/subsys/softdevice_handler/ @nrfconnect/ncs-bm
/subsys/storage/bm_storage/ @nrfconnect/ncs-bm
/subsys/storage/flash_map/ @nrfconnect/ncs-eris
# Sysbuild
/sysbuild/ @nrfconnect/ncs-co-build-system
# Tests
/tests/subsys/fs/bm_zms/ @nrfconnect/ncs-bm @rghaddab
/tests/subsys/kmu/ @nrfconnect/ncs-eris @nrfconnect/ncs-eris-test
/tests/unit/lib/ @nrfconnect/ncs-bm
/tests/unit/lib/bluetooth/ble_adv/ @nrfconnect/ncs-bm-test
/tests/unit/lib/bluetooth/ble_conn_params/ @nrfconnect/ncs-bm
/tests/unit/lib/bluetooth/ble_conn_state/ @nrfconnect/ncs-bm
/tests/unit/lib/bluetooth/ble_gq/ @nrfconnect/ncs-bm
/tests/unit/lib/bluetooth/ble_db_discovery/ @nrfconnect/ncs-bm
/tests/unit/lib/bluetooth/ble_qwr/ @nrfconnect/ncs-bm
/tests/unit/lib/bluetooth/ble_racp/ @nrfconnect/ncs-bm
/tests/unit/lib/bluetooth/ble_radio_notif/ @nrfconnect/ncs-bm
/tests/unit/lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm
/tests/unit/subsys/bluetooth/services/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-test
/tests/subsys/bootloader/upgrade/ @nrfconnect/ncs-eris @nrfconnect/ncs-eris-test
/tests/unit/subsys/storage/bm_storage*/ @nrfconnect/ncs-bm
# Zephyr module
/zephyr/ @nrfconnect/ncs-co-build-system
# Global override file patterns
Kconfig* @nrfconnect/ncs-co-build-system @nrfconnect/ncs-bm
CMakeLists* @nrfconnect/ncs-co-build-system
*.cmake @nrfconnect/ncs-co-build-system