Data Structures and Algorithms Masterclass
- Go through the issues outlined
- Ask for clarification if need be
- If the issue is unassigned (mostly, it will have a label
help-needed), it means it's up for grabs. - Make a fork of the repo to your account
- Clone your fork
- Create a branch named
<issue-number>-<short-title>e.g.5-sorting-algorithmsfor issue #5 - Once done, do a PR against this repository's
masterbranch - The PR will be reviewed by at least 2 members of the team and merged
docs(<topic>): <brief title>
<some description if necessary>
closes #<issue-number>