- Git clone the repository git clone git@github.com:sankalp7654/HackerRank.git
- Create a new branch git checkout -b contributing
- Make changes and add your solutions in it
- Stage your changes (add and commit)
- Push your branch to upstream git push origin contributing
- Send me a pull request. I will look into it and merge your changes with master