Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 803 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 803 Bytes

How to Contribute

This project is open to anyone in the community. New contributors can contribute by adding code and/or improving documentation.

Follow the steps below to start contributing:

  1. Fork this repository and clone your fork.
  2. Create a new branch with the name as follows - <Your name>/<Issue Number> or any appropriate branch name.
  3. Add all the relevant code and tests.
  4. Push your code to your branch.
  5. Finally, open a pull request (PR) against the master branch of this repository. PRs Welcome Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub