# 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

# All cmake related files
/CMakeLists.txt                           @SebastianBoe

# All Kconfig related files
Kconfig*                                  @SebastianBoe

# All documentation related files
*.rst                                     @b-gent

# All subfolders
/.github/                                 @thst-nordic
/ble_controller/                          @joerchan @rugeGerritsen
/bsdlib/                                  @rlubos @lemrey @evenl
/crypto/                                  @frkv @tejlmand
/mpsl/                                    @joerchan @rugeGerritsen
/nfc/                                     @anangl @grochu
/nrf_security/                            @frkv @tejlmand
/zephyr/                                  @carlescufi
