Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 295 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 295 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.

Want to improve these docs? Feel free to open a PR!