Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 1.04 KB

Setup the Project

The following steps will get you up and running to contribute to this repository:

  1. Fork the repo (click the Fork button at the top right of this page)

  2. Clone your fork locally

    git clone https://github.com/<your_github_username>/Sahul_DevBook.git
    cd Sahul_DevBook
  3. Setup all the dependencies and packages by running npm install

🤝 How to Contribute?

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this Script is all about.

👨‍💻 Contributors ✨


NotSoDev