Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 701 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 701 Bytes

How to Contribute

This project is open to anyone in the community. Developers can contribute by adding code, and non-developers can contribute by improving docs. The main goal of this repository is to support open source with hacktoberfest.

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. We encourage everyone to improve the readme as well! :)
  4. Push your code to your branch.
  5. Finally, open a PR against the master branch of this repository.

Good luck!