You are welcome if you want to contribute to WeCanPlay.
We use grunt for building our lib. You need to setup first.
- Fork it ;
- create a branch (
git checkout -b my_branch); - Modify/fix
- Check error and warning with
grunt lint - commit your changes (
git commit -am "Changes description message"); - push to the branch (
git push origin my_branch); - create a pull request with a description of what have been done;
- wait for it to be accepted/argued.