From 061c2ec3b61fb2d62be2c46dee9696e5710dc55f Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Sat, 5 Dec 2020 22:30:34 -0700 Subject: Improve OWNERS coverage across frameworks/base/. As general background, OWNERS files expedite code reviews by helping code authors quickly find relevant reviewers, and they also ensure that stakeholders are involved in code changes in their areas. Some teams under frameworks/base/ have been using OWNERS files successfully for many years, and we're ready to expand them to cover more areas. Here's the historical coverage statistics for the last two years of changes before these new OWNERS changes land: -- 56% of changes are fully covered by OWNERS -- 17% of changes are partially covered by OWNERS -- 25% of changes have no OWNERS coverage Working closely with team leads, we've now identified clear OWNERS on a per-package basis, and we're using "include" directives whenever possible to to simplify future maintenance. With this extensive effort, we've now improved our coverage as follows: -- 98% of changes are fully covered by OWNERS -- 1% of changes are partially covered by OWNERS -- 1% of changes have no OWNERS coverage This specific change begins defining top-level OWNERS lists, including a general catch-all for string translations. Bug: 174932174 Test: manual Exempt-From-Owner-Approval: refactoring with team leads buy-in Change-Id: Ie7ac3302d40a717fa048115cca2ea4359de64959 --- ZYGOTE_OWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ZYGOTE_OWNERS (limited to 'ZYGOTE_OWNERS') diff --git a/ZYGOTE_OWNERS b/ZYGOTE_OWNERS new file mode 100644 index 000000000000..90a185b79b52 --- /dev/null +++ b/ZYGOTE_OWNERS @@ -0,0 +1,5 @@ +calin@google.com +chriswailes@google.com +maco@google.com +narayan@google.com +ngeoffray@google.com -- cgit v1.2.3