- Sign up via Github or Gitlab
- Create four PRs and wait till they get merged.
- Check your stats
- Please don't spam.
- 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
I have created this funny api. Have a look and decide if it is something that interests you.
- Click here to know more
$ git clone git@github.com: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.