Steps to contribute
-
Fork this repository and clone down your copy in your system.
-
Setting the proper upstream. Switch to your forked master branch, pull codes from upstream, then create a new branch.
$ git remote add upstream https://github.com/1502shivam-singh/Algorithms.git $ git checkout master $ git pull upstream master $ git checkout -b IssueNo
-
You will need a C++ compiler (preferbly MSVC, but any other would do to) on your machine to work on this project
-
After coding, then push codes to your fork repo.
$ git add modified-file-names $ git commit -m 'commit message' $ git push origin issueNo
-
Finally submit a PR, that is make a pull request to the master branch