Initial commit of CODEOWNERS

This will decide who is 'in charge' of what source code.

It also decides who is able to approve within the repository.
This commit is contained in:
Amar Takhar
2024-04-13 22:41:58 -04:00
parent 649f88320b
commit 710d90fbec

27
CODEOWNERS Normal file
View File

@@ -0,0 +1,27 @@
# Please keep users, directories and files sorted alphabetically.
# Directories first
[Arch AArch64] @chrisj @gedare @joel @kinsey
/bsps/aarch64/
/cpukit/score/cpu/aarch64/
/spec/build/bsps/aarch64/
/cpukit/libdebugger/rtems-debugger-aarch64.c
/cpukit/libdl/rtl-mdreloc-aarch64.c
/spec/build/cpukit/cpuaarch64.yml
/spec/build/cpukit/objdbgaarch64.yml
/spec/build/cpukit/objdlaarch64.yml
[Arch SPARC] @joel @gedare
/bsps/sparc/
/cpukit/score/cpu/sparc/
/spec/build/bsps/sparc/
/spec/build/cpukit/cpusparc.yml
/spec/build/cpukit/objdlsparc.yml
/spec/build/testsuites/validation/bsps/*-sparc-*
/testsuites/validation/bsps/*-sparc-*
# Everyone in the RTEMS group can approve in testsuites if they are not caught above
[Testsuites] @rtems
/testsuites/