From 738534da99ad13cdd39a2709be328aeaf3519b4b Mon Sep 17 00:00:00 2001 From: Chun-Heng Tai Date: Fri, 17 Oct 2025 09:31:15 -0700 Subject: [PATCH 1/3] Adjust readme for package owner --- CONTRIBUTING.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8801cc412867..83e9b7e9021f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,8 +46,11 @@ use, and use auto-formatters: `clang-format` - [Swift](https://google.github.io/swift/) formatted with `swift-format` -### Releasing +### Package Owner -If you are a team member landing a PR, or just want to know what the release -process is for package changes, see [the release -documentation](https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/README.md). +If you are a team member that owns or is going to own a new package, or just want to learn more: + +- [Plugins and Packages Structure](https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md) + to learn how to create and maintain a package. +- [Releases](https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/README.md) + to learn types of release strategies you can choose and how to handle contribution and releases. From d62156a3e879ea2fd0c7e9f74fc3733b00c9e322 Mon Sep 17 00:00:00 2001 From: chunhtai <47866232+chunhtai@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:04:16 -0700 Subject: [PATCH 2/3] Update CONTRIBUTING.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83e9b7e9021f..fa80ae91e50f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,4 +53,4 @@ If you are a team member that owns or is going to own a new package, or just wan - [Plugins and Packages Structure](https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md) to learn how to create and maintain a package. - [Releases](https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/README.md) - to learn types of release strategies you can choose and how to handle contribution and releases. + to learn about release strategies and how to handle contributions and releases. From 23dd2bdf73e6ecd517c7a9e3fe403cd66b47f4b7 Mon Sep 17 00:00:00 2001 From: chunhtai <47866232+chunhtai@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:04:47 -0700 Subject: [PATCH 3/3] Update CONTRIBUTING.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa80ae91e50f..f5fd7285c823 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ use, and use auto-formatters: ### Package Owner -If you are a team member that owns or is going to own a new package, or just want to learn more: +If you are a team member who owns or will own a new package, or just want to learn more: - [Plugins and Packages Structure](https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md) to learn how to create and maintain a package.