From 38897ae6316aa9c61a6d42f38a012fb87d14680c Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 17 Dec 2024 13:42:45 -0800 Subject: [PATCH] add a codeowners file (#330) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add a codeowners file --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:
- See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Most changes should add an entry to the changelog and may need to [rev the pubspec package version](https://github.com/dart-lang/sdk/blob/main/docs/External-Package-Maintenance.md#making-a-change). - Changes to packages require [corresponding tests](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md#Testing). Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.
--- CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..eeb6e2e6 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,13 @@ +# Below are suggested reviewers for PRs to packages in this repository. +# +# These are suggestions; it is fine to have your changes reviewed by someone +# else. + +/pkgs/blast_repo/ @kevmoo +/pkgs/canary/ @mosuem +/pkgs/corpus/ @devoncarew +/pkgs/dart_flutter_team_lints/ @devoncarew @natebosch +/pkgs/firehose/ @devoncarew @mosuem +/pkgs/repo_manage/ @devoncarew @mosuem +/pkgs/sdk_triage_bot/ @devoncarew +/pkgs/trebuchet/ @mosuem