Getting Involved
Cocos2d-Mono is currently structured with the following branches:
master
- maintaining stable releasesdev
- continued developmentfeature
- developing new featuresupdate
- enhancing existing featuresbugfix
- fixes and resolving bugsrelease
- prep and stabilize releases before going out to prod
In order to contribute to the project you should learn and be familiar with how to use Git, how to create a fork of Cocos2D-Mono, and how to submit a Pull Request.
After you submit a PR, your changes will be reviewed and provided with any constructive feedback to improve your submission.
Once your changes are good for cocos2d-mono, your PR will be merged.