Skip to content

Commit

Permalink
Add a note about Plus plugins to CONTRIBUTING.md (flutter#3511)
Browse files Browse the repository at this point in the history
Adds a prominent note to CONTRIBUTING.md about the new policy regarding PRs for plugins for which there is a Flutter Community Plus Plugins equivalent.
  • Loading branch information
stuartmorgan authored and adsonpleal committed Feb 26, 2021
1 parent 8b0bbd1 commit e50bfbb
Showing 1 changed file with 19 additions and 0 deletions.
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 in time to be able
to transition users to those versions of the plugins. If you have a PR for
something other than a critical issue (crashes, build failures, null safety, etc.)
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`
- `package_info`
- `sensors`
- `share`
- `wifi_info_flutter` (corresponds to `network_info_plus`)

## Things you will need


Expand Down

0 comments on commit e50bfbb

Please sign in to comment.