Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 547 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 547 Bytes

everyone is welcome to contribute with patches, bug-fixes and new features

  1. create an issue on github so the community can comment on your idea
  2. fork microcrawler in github
  3. create a new branch git checkout -b my_branch
  4. create tests for the changes you made
  5. make sure you pass both existing and newly inserted tests
  6. commit your changes
  7. push to your branch git push origin my_branch
  8. create a pull request

to run tests make sure you npm test

npm test