Skip to content

Commit

Permalink
Update CODEOWNERS (#8042)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Jul 9, 2024
1 parent 4f0a0f8 commit f37b2a4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
* @flutter/devtools-reviewers

# Inspector Files
inspector/ @CoderDake
inspector/ @elliette

# Network Files
network/ @kenzieschmoll @bkonyi
network/ @bkonyi @kenzieschmoll

# Performance Files
performance/ @kenzieschmoll

# CPU Profiler files
profiler/ @kenzieschmoll
profiler/ @kenzieschmoll @bkonyi

# Memory files
memory/ @bkonyi @polina-c

# Memory leak tracking files
memory/panes/leaks @CoderDake @polina-c
memory/ @bkonyi @kenzieschmoll

# Debugger files
debugger/ @elliette
Expand All @@ -25,10 +22,15 @@ debugger/ @elliette
vm_developer/ @bkonyi

# Tooling files
/tool/ @CoderDake
/tool/ @kenzieschmoll

# DevTools extensions and related files
src/extensions/
packages/devtools_extensions/ @kenzieschmoll
packages/devtools_app_shared/ @kenzieschmoll

# package:devtools_shared code, which is used across DevTools and the Dart SDK
packages/devtools_shared/ @kenzieschmoll @bkonyi

# Version bump files.
# No owners to prevent version update spam
Expand Down

0 comments on commit f37b2a4

Please sign in to comment.