mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
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:
parent
56efd60755
commit
e7627af555
1 changed files with 9 additions and 0 deletions
9
.github/CODEOWNERS
vendored
Normal file
9
.github/CODEOWNERS
vendored
Normal 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
|
Loading…
Reference in a new issue