Put badges on flutter/plugins README showing issue and PR count for each plugin #31078
Labels
c: new feature
Nothing broken; request for a new capability
P3
Issues that are less important to the Flutter project
package
flutter/packages repository. See also p: labels.
The goal would be to make it easy for maintainers/contributors to quickly jump to issues and PRs for a plugin they're interested in. We could also put badges at the top of individual plugin READMEs if it seems like they're useful.
The badges could look like this:
I think it should be possible to implement without writing much code, using GitHub API and https://shields.io/
For issues we'd use the plugin labels. For PRs we'd use the PR title.
It might make make more sense to do this somewhere other than the README instead. Feedback welcome.
The text was updated successfully, but these errors were encountered: