This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Add more CODEOWNERS #5779
Merged
fluttergithubbot
merged 2 commits into
flutter:main
from
stuartmorgan:codeowners-dekstop-nonplatform
May 18, 2022
Merged
Add more CODEOWNERS #5779
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,17 @@ | |
# reviewed by someone else. | ||
|
||
# Plugin-level rules. | ||
packages/camera/** @bparrishMines | ||
packages/file_selector/** @stuartmorgan | ||
packages/google_maps_flutter/** @stuartmorgan | ||
packages/google_sign_in/** @stuartmorgan | ||
packages/image_picker/** @stuartmorgan | ||
packages/local_auth/** @stuartmorgan | ||
packages/path_provider/** @gaaclarke | ||
packages/plugin_platform_interface/** @stuartmorgan | ||
packages/quick_actions/** @stuartmorgan | ||
packages/shared_preferences/** @gaaclarke | ||
packages/url_launcher/** @stuartmorgan | ||
packages/video_player/** @gaaclarke | ||
packages/webview_flutter/** @bparrishMines | ||
|
||
|
@@ -42,3 +51,23 @@ packages/shared_preferences/shared_preferences_ios/** @cyanglaz | |
packages/url_launcher/url_launcher_ios/** @jmagman | ||
packages/video_player/video_player_avfoundation/** @hellohuanlin | ||
packages/webview_flutter/webview_flutter_wkwebview/** @cyanglaz | ||
|
||
# - Linux | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cbracken I gave you all of the desktop plugins with the idea that you'll delegate ownership over time; if you have any you want to delegate now, let me know. (I also expect that in practice I'll still be a primary reviewer for a lot of desktop implementations, but I figured that putting you instead of me will remind me that we're supposed to be working on handing those off incrementally 🙂 ) |
||
packages/path_provider/path_provider_linux/** @cbracken | ||
packages/shared_preferences/shared_preferences_linux/** @cbracken | ||
packages/url_launcher/url_launcher_linux/** @cbracken | ||
|
||
# - macOS | ||
packages/file_selector/file_selector_macos/** @cbracken | ||
packages/path_provider/path_provider_macos/** @cbracken | ||
packages/shared_preferences/shared_preferences_macos/** @cbracken | ||
packages/url_launcher/url_launcher_macos/** @cbracken | ||
|
||
# - Windows | ||
packages/camera/camera_windows/** @cbracken | ||
packages/file_selector/file_selector_windows/** @cbracken | ||
packages/image_picker/image_picker_windows/** @cbracken | ||
packages/local_auth/local_auth_windows/** @cbracken | ||
packages/path_provider/path_provider_windows/** @cbracken | ||
packages/shared_preferences/shared_preferences_windows/** @cbracken | ||
packages/url_launcher/url_launcher_windows/** @cbracken |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bparrishMines I gave you
camera
since you have previous experience there; let me know if that works for you.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That works for me!