Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 392 Bytes

Contributing.md

File metadata and controls

7 lines (7 loc) · 392 Bytes

Steps for contributing

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