Skip to content

Latest commit

 

History

History
45 lines (43 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

45 lines (43 loc) · 1.65 KB

How to contribute

  • Fork the repository from the bottom right corner and visit to your forked repository.
  • Clone the repository in your terminal using command git clone .
  • After cloning, create a branch git checkout -b .
  • Make contribution to the repo and add all changes using git add . or git add .
  • Create a commit with a commit message git commit -m .
  • After commiting, push the changes to origin using command git push origin .
  • Create a pull request and wait for your pull request to be merged.

Things to keep in mind while contributing

  • Make sure the algorithm you are contributing is not already there in the repo otherwise your PR will not be merged.
  • ALso include problem statement in your algorithm file.
  • Contribute in the correct folder only.

How to contribute

  • Fork the repository from the bottom right corner and visit to your forked repository.
  • Clone the repository in your terminal using command git clone
  • After cloning, create a branch git checkout -b
  • Make contribution to the repo and add all changes using git add . or git add
  • Create a commit with a commit message git commit -m
  • After commiting, push the changes to origin using command git push origin
  • Create a pull request and wait for your pull request to be merged.

Things to keep in mind while contributing

  • Make sure the algorithm you are contributing is not already there in the repo otherwise your PR will not be merged.
  • ALso include problem statement in your algorithm file.
  • Contribute in the correct folder only.