YoYoGames/GameMaker-HTML5

Contributing Guidance

kopelli opened this issue · 3 comments

Having README.md and CONTRIBUTING.md files would be beneficial for those who come across the repo from sources other than https://gamemaker.io/en/blog/html5-open-source.

This is very important. I have questions regarding contributions: will the team accept PRs that contain new features, or just bug fixes? For example: if I implemented a bunch of functions that enable cookies manipulation, would the team accept it as part of the runtime or prefer it to be made as an extension?

rwkay commented

adding new functions should be done in an extension, as we prefer it to be symmetrical across all platforms.

Closing as we now have a README.md incl. contributing guidelines.