How to become an official / community plugin

Hi

I have been working on a map plugin and we would like to eventually get it listed as a Grafana official plugin. What is the process we have to go through to make that happen?

Thanks

Just send a PR to https://github.com/grafana/grafana-plugin-repository with the Github url, the version number and the commit SHA that should be published. You will also need to make sure your plugin.json file (which contains the metadata for the plugin page on Grafana.com) is correct -> http://docs.grafana.org/plugins/developing/code-styleguide/#plugin-json-mandatory

You might have to wait a week or two. We are totally swamped with getting Grafana 5.0 finished at the moment so there is a backlog of plugins waiting for review.