Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 241 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 241 Bytes

Contributing

First fork this project.

  • git clone

  • npm install

  • git checkout -b my-fix

fix some code...

  • git commit -m "added this feature"
  • git push origin my-fix

Lastly, open a pull request on Github.