I'm creating cocos2d-x game and include upstream cocos fom git (it include some critical fixes and features). However, using SDKBOX require patching some cocos files (which is in submodule).
Is it possible to include those files (or even better patches to them) to main repository? Of course, it is possible to fork cocos2d-x repository and patch them there, but it makes updates more complicated (create pull request and merge it at first).