Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 2.43 KB

CONTRIBUTING.md

File metadata and controls

54 lines (31 loc) · 2.43 KB

How to Contribute in this repo.

Contributing to open-source is easy.

Before submiting the PR do make sure to provide a small description on what changes you have made

  1. Star and Fork the Repo

    • Feel free to Star:star: the repo, if you like it. star the repo

    • Click on fork button in the right corner.It will create a copy of repository in your account. fork the repo

    • Creating the copy of repository forking the repo

    • Check here How to fork

  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

    Make what change you want to make in Repo. It can be spelling mistake, code correction or anything.

    You can also upload your program to respective folder. It can be anything "Hello world program", "Rock Paper Scissors",etc.

    All Repository are open for contributions.

  4. Push it and Make a PR

    • Go to the Pull requests section and Click the New pull request button. Create New PR

    • Click the Create pull request to compare your copy of the repo with the real one. Compare PR

    • Write a Title, Leave a comment and click Create New PRbutton to merge the PR.

    merge PR And, that's it!

    New to Open Source? Don't know how to Create a Pull Request? read this documentation.