Skip to content

Commit d960dcd

Browse files
stereotype441Commit Queue
authored andcommitted
Add an OWNERS file for the Developer Experience team
Moving forward, the Developer Experience team will own the following packages: - analysis_server - analysis_server_client - analysis_server_plugin - analyzer_plugin - language_server_protocol - linter - meta - server_plugin - telemetry In follow-up CLs I will create an OWNERS file for the Dart Model team, and then remove the OWNERS files for the old analyzer and CFE teams. Change-Id: Icc52ca75e92baf9d05de211e9e3f6c36fb19b71e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/409860 Commit-Queue: Paul Berry <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Phil Quitslund <[email protected]> Reviewed-by: Kevin Moore <[email protected]>
1 parent a2718d9 commit d960dcd

File tree

12 files changed

+20
-0
lines changed

12 files changed

+20
-0
lines changed

pkg/analysis_server/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_DEVELOPER_EXPERIENCE

pkg/analysis_server_client/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_DEVELOPER_EXPERIENCE

pkg/analysis_server_plugin/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_DEVELOPER_EXPERIENCE

pkg/analyzer_plugin/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_DEVELOPER_EXPERIENCE

pkg/linter/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_DEVELOPER_EXPERIENCE

pkg/meta/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_DEVELOPER_EXPERIENCE
23
file:/tools/OWNERS_FOUNDATION

pkg/server_plugin/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_DEVELOPER_EXPERIENCE

pkg/telemetry/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_DEVELOPER_EXPERIENCE
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
file:/tools/OWNERS_ANALYZER
2+
file:/tools/OWNERS_DEVELOPER_EXPERIENCE

tools/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ file:OWNERS_ECOSYSTEM
55
per-file OWNERS_ANALYZER=file:OWNERS_ANALYZER
66
per-file OWNERS_BUILD=file:OWNERS_BUILD
77
per-file OWNERS_CFE=file:OWNERS_CFE
8+
per-file OWNERS_DEVELOPER_EXPERIENCE=file:OWNERS_DEVELOPER_EXPERIENCE
89
per-file OWNERS_DEVTOOLS=file:OWNERS_DEVTOOLS
910
per-file OWNERS_ECOSYSTEM=file:OWNERS_ECOSYSTEM
1011
per-file OWNERS_FOUNDATION=file:OWNERS_FOUNDATION

0 commit comments

Comments
 (0)