CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.44k stars 835 forks source link

Contributing To Project #286

Closed gngster closed 6 years ago

gngster commented 6 years ago

Hi I couldn't find a guide on how I can contribute to this project!

lannymcnie commented 6 years ago

We have never created guides - that is a good idea!

In the mean time, we welcome pull requests on fixes, documentation updates, and even features. Ideally changes are discrete, documented inline with current standards, and don't contain superficial changes like tab formatting an entire file (hard to accept a PR that has 1000 changes). We also prefer don't contain the built docs/libs -- which we typically do once changes are integrated into the library.

Thanks!

lannymcnie commented 6 years ago

Leaving this open as a reminder to put together an official contribution guide.

lannymcnie commented 6 years ago

Closing this, as our 2.0 ES6 branch now contains this info. Thanks for the suggestion.