[SOLVED] How *exactly* do I make a new plugin installable via GPM?

So I’ve written a new plugin and I am now at a point where it’s working as intended and can be released to the general public. I have read the article on Grav development in the official docs, but I still don’t understand how to hook my plugin’s GitHub repository up with the Grav repositories… I feel like there’s a step missing somewhere. Any pointers are much appreciated!

Like it says on that page, create a release for it on the GitHub repo, and then create an issue on Grav’s repo requesting it be added to the GPM.

I’m so sorry, I totally missed that step with adding an issue… I guess I was a little tired that night! Thank you for your help!