Open the terminal and run the following command:
git clone https://github.com/<your_user_name>/fastai.git
git checkout -b main
Push your changes using the command git push
:
git push origin main
replacing with the name of the branch you created earlier.
To create a pull request, click on `compare and pull requests` .Please ensure that you compare your feature branch to the desired branch of the repository you are supposed to make a Pull Request to.Now submit the pull request.
You have successfully created a pull request now sit back and relax. And wait for the reviewers to review your code!