From 11d3d45b6beb728cb5e356b561dc686c6ac88d62 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Mon, 22 Jul 2019 10:23:12 -0700 Subject: [PATCH] Add GitHub CODEOWNERS file to auto-add reviewers by path (#36492) --- CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..1271a49bd0 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,11 @@ +# Below is a list of Flutter team members who are suggested reviewers +# for contributions to this repository. +# +# These names are just suggestions. It is fine to have your changes +# reviewed by someone else. +# +# Use git ls-files '' without a / prefix to see the list of matching files. + +/CODEOWNERS @magder +/packages/flutter_tools/templates/module/ios/ @magder +/packages/flutter_tools/templates/**/Podfile* @magder