diff options
author | Julian Rex <julian.rex@gmail.com> | 2018-11-19 18:00:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 18:00:56 -0500 |
commit | d0520d02f123557c7c7361053ab1e56318912fa3 (patch) | |
tree | c1f1282f684e3b85776498e840f441b8f75b58e4 /.github | |
parent | 569dc0d78548d79a770f205000f4c25c4a9e1798 (diff) | |
download | qtlocation-mapboxgl-d0520d02f123557c7c7361053ab1e56318912fa3.tar.gz |
[ios, macos] Enable CODEOWNERS for iOS/macOS/Darwin directories. (#13368)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..2961f0f5c3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# iOS +/platform/ios/ @mapbox/maps-ios-reviewers + +# macOS +/platform/macos/ @1ec5 @mapbox/maps-ios-reviewers + +# Darwin +/platform/darwin/ @1ec5 @mapbox/maps-ios-reviewers + |