Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 742 Bytes

contributing.md

File metadata and controls

31 lines (23 loc) · 742 Bytes

Contributing

We welocme to contributing to our snippet codebase with love! Please go through this document for a better understanding on how-to

Before you start:

  • Make sure your code follows Google's JS style Guide Style Guide

Workflow:

  1. Fork this repo.
  2. Clone this repository in your machinee.
$ git clone https://github.com/<username>/nodejs.git
$ cd nodejs
  1. Create a feature branch.
$ git checkout -b new_feature
  1. Start with love!

5.Once done, just push it.

$ git push origin new_feature
  1. Create a PR request and describe the changes.

Your code/changes will be accepted once the code is reviewed.