Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 717 Bytes

CONTRIBUTING.MD

File metadata and controls

14 lines (10 loc) · 717 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. :octocat:

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. Update the docs if needed (README, gitignore, etc) 🆘
  5. Push your code to your branch.
  6. Finally, open a PR against the master branch of this repository.

Good luck!