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
This commit is contained in:
Linus Groh 2023-01-03 16:40:33 +01:00 committed by Tim Flynn
parent 56efd60755
commit e7627af555

9
.github/CODEOWNERS vendored Normal file
View file

@ -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