Files
rtems/CODEOWNERS
Line: 4: incorrect codeowner regexp: error parsing regexp: missing closing ]: `[Arch$` Line: 5: incorrect format Line: 6: incorrect format Line: 7: incorrect format Line: 8: incorrect format Line: 9: incorrect format Line: 10: incorrect format Line: 11: incorrect format Line: 12: incorrect format Line: 15: incorrect codeowner regexp: error parsing regexp: missing closing ]: `[Arch$` Line: 16: incorrect format Line: 17: incorrect format Line: 18: incorrect format Line: 19: incorrect format Line: 20: incorrect format Line: 21: incorrect format Line: 22: incorrect format Line: 26: incorrect codeowner user: rtems Line: 26: no users/groups matched Line: 27: incorrect format
Amar Takhar 710d90fbec 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.
2024-04-13 22:42:47 -04:00

28 lines
753 B
Plaintext

# 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/