Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this relate to the the issue? This is already part of the set of links above; it's not clear to me what the purpose of repeating it here is since it's not about owning packages.

- [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.