Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 386 Bytes

Contributing.md

File metadata and controls

8 lines (7 loc) · 386 Bytes

Steps for contributing

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