Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Add a note about Plus plugins to CONTRIBUTING.md #3511

Merged
merged 4 commits into from
Feb 4, 2021
Merged
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
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@

_See also: [Flutter's code of conduct](https://github.com/flutter/flutter/blob/master/CODE_OF_CONDUCT.md)_

## Important note

As of January 2021, we are no longer accepting non-critical PRs for plugins
for which there is a corresponding [Flutter Community Plus
Plugin](https://plus.fluttercommunity.dev/), as we hope that in time we're able
Copy link
Contributor

Choose a reason for hiding this comment

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

"as we hope in time to be able"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, done. Also made the same change in the snippet we're using to close PRs, since this was copied directly from there for consistency.

I'll also be sure to pass along your feedback to the original author of that snippet ;)

Copy link
Contributor

Choose a reason for hiding this comment

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

Excellent. I'm sure they'll appreciate the feedback. : )

to transition users to those versions of the plugins. If you have a feature
addition or other non-critical PR for any of the following plugins, we
encourage you to submit it
[there](https://github.com/fluttercommunity/plus_plugins/pulls) instead:
- `android_alarm_manager`
- `android_intent`
- `battery`
- `connectivity`
- `device_info`
- `wifi_info_flutter` (corresponds to `network_info_plus`)
- `package_info`
- `sensors`
- `share`

## Things you will need


Expand Down