We welocme to contributing to our snippet codebase with love! Please go through this document for a better understanding on how-to
- Make sure your code follows Google's JS style Guide Style Guide
- Fork this repo.
- Clone this repository in your machinee.
$ git clone https://github.com/<username>/nodejs.git
$ cd nodejs
- Create a feature branch.
$ git checkout -b new_feature
- Start with love!
5.Once done, just push it.
$ git push origin new_feature
- Create a PR request and describe the changes.
Your code/changes will be accepted once the code is reviewed.