From 6bc6085219b171c7f50ca88a14508d263ed9b9b6 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 11 Feb 2023 13:26:47 +0000 Subject: [PATCH] Meta: Mark myself as a CODEOWNER of a few more things Browser, Ladybird, the neofetch & python3 ports I added. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ea4ceb57cd..3eccd71634 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,8 +2,12 @@ /AK @bgianfo /Kernel @bgianfo /Kernel/Devices/Audio @GMTA +/Ladybird @linusg +/Ports/neofetch @linusg +/Ports/python3 @linusg /Toolchain @bgianfo /Tests @bgianfo +/Userland/Applications/Browser @linusg /Userland/Applications/CrashReporter @linusg /Userland/Applications/Spreadsheet @alimpfard /Userland/Libraries/LibC @bgianfo