Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 845 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 845 Bytes

Steps to Contribute

  1. Register for the Hacktoberfest 2021 through this link. https://hacktoberfest.digitalocean.com/

  2. Fork the repository

  3. Clone your forked repository using terminal or gitbash.

git clone <link-of-repos>
  1. Make changes to the cloned repos

  2. Run the following three commands

git add .
git commit -m "Your-msg-here"
git push origin master
  1. Then in github , in your cloned repository find the option to make a pull request

Successfully you have created a PR 😃

Rules for making changes to this repository

Choose any interview Coding question + Solution in any programming language you would like to contribute to , find its respective language folder and add the code to it. If the folder is not present , then create the folder with the name of the programming language.