Here's the link for the freeCodeCamp curriculum
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing soluctions with beter time/space complexity
- Becoming a maintainer
We Use Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. - Clone that branch onto your local machine using
git clone <https link of your branch>
- Make required changes and commit them using:
- Make sure your code lints.
-
git add filename git commit -m "Bried description about your PR" git push origin
- Issue that pull request!
There is no solution format as such.
Just make sure that your solution is properly commented and working.