diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 63220977aa..8c0a6f62a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,17 +1,28 @@ /Userland/Applications/CrashReporter @linusg +/Userland/Applications/Spreadsheet @alimpfard +/Userland/Libraries/LibCrypto @alimpfard +/Userland/Libraries/LibHTTP @alimpfard /Userland/Libraries/LibJS @linusg /Userland/Libraries/LibJS/Runtime/Intl @trflynn89 /Userland/Libraries/LibLocale @trflynn89 +/Userland/Libraries/LibRegex @alimpfard /Userland/Libraries/LibSQL @trflynn89 +/Userland/Libraries/LibTLS @alimpfard /Userland/Libraries/LibTimeZone @trflynn89 /Userland/Libraries/LibUnicode @trflynn89 +/Userland/Libraries/LibWasm @alimpfard /Userland/Libraries/LibWeb/Fetch @linusg /Userland/Libraries/LibWeb/HTML/Scripting @linusg /Userland/Libraries/LibWeb/Infra @linusg +/Userland/Libraries/LibWeb/WebAssembly @alimpfard /Userland/Libraries/LibWeb/WebDriver @linusg @trflynn89 /Userland/Libraries/LibWeb/WebIDL @linusg +/Userland/Libraries/LibXML @alimpfard +/Userland/Services/RequestServer @alimpfard /Userland/Services/SQLServer @trflynn89 /Userland/Services/WebDriver @trflynn89 +/Userland/Shell @alimpfard /Userland/Utilities/js.cpp @linusg /Userland/Utilities/sql.cpp @trflynn89 +/Userland/Utilities/wasm.cpp @alimpfard *.js @linusg