Repo to submit and review all the ML tasks for freshers.
- Fork this repository
- Clone your fork and Create a new branch with your name.
- Add your tasks
- Generate your Pull Request
$ git clone <URL>
$ cd Team-SQuAD_Tasks
$ git branch <new_branch>
$ git checkout <new_branch>
Add your task
$ git add .
$ git commit -m "<Commit MESSAGE>"
$ git push origin <new_branch>