Add GitHub CODEOWNERS file to auto-add reviewers by path (#36492)

This commit is contained in:
Jenn Magder 2019-07-22 10:23:12 -07:00 committed by GitHub
parent 70b405ee18
commit 11d3d45b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
CODEOWNERS Normal file
View File

@ -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 '<pattern>' 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