mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Mark myself as a CODEOWNER of a bunch of paths
This commit is contained in:
parent
e9d73a6256
commit
0a244b9c1f
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/0a244b9c1f Pull-request: https://github.com/SerenityOS/serenity/pull/16878 Reviewed-by: https://github.com/drunderscore ✅ Reviewed-by: https://github.com/linusg ✅
1 changed files with 11 additions and 0 deletions
11
.github/CODEOWNERS
vendored
11
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue