- Before opening a new issue make sure that similar kind of issue doesn't already exist.
- Language In Which You Will Contribute => Time Required By You To Push The Changes
- Ask for the issue that you plan to complete.
- Do not wait to get assigned.
- Please try to push the changes in less than or equal to the stated(by you only) time period. Failing to do that, your comment will be discarded and the language will be made available to other participants.
- Try to avoid any casual communication.
- Make sure to follow the naming convection
- Click here to know more
$ git clone [email protected]:your_username/algo_ds_101.git
$ git checkout -b BranchName
$ git add .
$ git commit -m 'message'
$ git push -u origin BranchName
$ git fetch --all --prune
$ git checkout main
$ git reset --hard upstream/main
$ git push origin main
Meet our wonderful contributors
Read our code of conduct.