summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAli Mohammad Pur <ali.mpfard@gmail.com>2023-01-07 03:42:36 +0330
committerLinus Groh <mail@linusgroh.de>2023-01-07 01:38:30 +0100
commit0a244b9c1f116e1f7247fe57a28181481c09e54f (patch)
tree5d5708263e46ba46842cc33164270a0d2a7331b9 /.github
parente9d73a6256efdc576cd9385f2f4bfcb947f6c7df (diff)
downloadserenity-0a244b9c1f116e1f7247fe57a28181481c09e54f.zip
Meta: Mark myself as a CODEOWNER of a bunch of paths
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS11
1 files changed, 11 insertions, 0 deletions
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