- Fork the repository
git clone [email protected]:rajat19/Hackerrank-Solutions.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