everyone is welcome to contribute with patches, bug-fixes and new features
- create an issue on github so the community can comment on your idea
- fork
microcrawler
in github - create a new branch
git checkout -b my_branch
- create tests for the changes you made
- make sure you pass both existing and newly inserted tests
- commit your changes
- push to your branch
git push origin my_branch
- create a pull request
to run tests make sure you npm test
npm test