From e7627af5558634eb2fc4d44658e81683d4783811 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 3 Jan 2023 16:40:33 +0100 Subject: [PATCH] Meta: Add CODEOWNERS file These are the areas of the system where I'd like GitHub to inform me about changes, other maintainers are of course free to add themselves. Subscribing to all notifications and using email filters is no longer practical :^) https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..a1d13948a0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +/Userland/Applications/CrashReporter @linusg +/Userland/Libraries/LibJS @linusg +/Userland/Libraries/LibWeb/Fetch @linusg +/Userland/Libraries/LibWeb/HTML/Scripting @linusg +/Userland/Libraries/LibWeb/Infra @linusg +/Userland/Libraries/LibWeb/WebDriver @linusg +/Userland/Libraries/LibWeb/WebIDL @linusg +/Userland/Utilities/js.cpp @linusg +*.js @linusg