Closed
Description
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.