Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

33 lines (18 loc) · 1.32 KB

Contribution

  1. Fork the Repo

    Give a start and ⭐ Click on fork button in the right corner.It will create a copy of repositiry in your account.

  2. Clone the Repo

    You can clone your repository in your local pc with use of Github_Desktop application or for your Terminal/bash.

    For Terminal -

    git clone <url_name>
  3. Upload your Code or Change

    Add solution in any language you want. If you are using a different approach, try not to overwrite the existing solution (create a different file for your solution). You can also format or strucure the already submitted codes (but it should not update the existing core logic).

    Every contribution is appreciated. Happy Hacking! 😊

  4. Push it and Make a PR

    Push it to your repository and Issue a PR(Pull Request) in main repository.

And, that's it. 🎉