~aleteoryx/muditaos

ref: f6713c5e46653e98fea5b788a8bd7f86622b1a2b muditaos/.github/CODEOWNERS -rw-r--r-- 1004 bytes
f6713c5e — Wojtek Rzepecki [EGD-6742] Add autolock window settings 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
/cmake                                      @mudita/chapter-bsp
/test/CMakeLists.txt                        @mudita/chapter-bsp