From 710d90fbec22c8a0f19cdc181b2d62ed05dea110 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 13 Apr 2024 22:41:58 -0400 Subject: [PATCH] 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. --- CODEOWNERS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..e941e15390 --- /dev/null +++ b/CODEOWNERS @@ -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/