Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 584 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 584 Bytes

CONTRIBUTING

You are welcome if you want to contribute to WeCanPlay.

Requirement

We use grunt for building our lib. You need to setup first.

How-to

  1. Fork it ;
  2. create a branch (git checkout -b my_branch);
  3. Modify/fix
  4. Check error and warning with grunt lint
  5. commit your changes (git commit -am "Changes description message");
  6. push to the branch (git push origin my_branch);
  7. create a pull request with a description of what have been done;
  8. wait for it to be accepted/argued.