Thinking of converting

I took the redloro's work from ST and updated it to work (for the most part) on Hubitat. There were a few weird changes I had to make. Hubitat (according to this thread Receiving notifications from LAN devices - #37 by chuck.schwer) apps can't subscribe to location events. While I don't totally know what this means (I don't do a lot of Hubitat or SmartThings coding but I dabble) I was not able to figure out how to get the App to receive any responses from child device requests. I had to change it so the device could use either the IP or MAC as a DNI.

At any rate, I turned the parent SmartApp into a parent device driver and then shifted a few things after that to make it all work.

You can find it here:
https://github.com/codahq/hubitat_codahq/tree/master/devicestypes

To install add the two yamaha device drivers. Then just create a virtual device and set whatever you want in the required fields as long as you choose the correct device type ("Yamaha Receiver") and put in the correct IP address. (I'm sure I could have done this better e.g. discovery or whatever but I didn't care. I just wanted it working.) The driver will update the DNI to the IP address and add a child device for each zone you choose.

Am I supposed to create a "[Release]" thread when I do this? What's the guideline around that?