Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 242 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 242 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.