Files
MuditaOS/.github/CODEOWNERS
Artur Śleszyński 1b5b1751de [CP-475] Make CenterPure devs owners of service-desktop
Let CenterPure devs police service desktop to catch breaking changes
regaring CP app communications.
2021-08-25 10:33:58 +02:00

23 lines
1.2 KiB
Plaintext

# Please mind that:
# 1. in CODEOWNERS file there is no `/**` syntax but we end catalog without `/` which means whole catalog and subdirs
# example `dir @owner` means whole dir and it's subdirectory
# 2. in CODEOWNERS file ending catalog with `/` means "cutoff
# example `dir @owner` means whole only dir **without subdirs**
# 3. starting dir from `/` means `from root dir` whereas without means `all such catalogs` (like we would do with extglob `**/`
# 4. Sub groups are marked from organization, not group so we don't have `@mudita/os/embedded-abs` but `@mudita/embedded-abs`
/.github/CODEOWNERS @mudita/chapter-leads
# bsp
/board @mudita/chapter-bsp
/module-bsp @mudita/chapter-bsp
# build system
/CMakeLists.txt @mudita/chapter-bsp
/third-party/CMakeLists.txt @mudita/chapter-bsp
/module-utils/CMakeLists.txt @mudita/chapter-bsp
/cmake @mudita/chapter-bsp
/test/CMakeLists.txt @mudita/chapter-bsp
/module-services/service-desktop @mudita/embedded-centerpure