Every Expert was once a beginner, so if you are facing difficulties or don't know how to make pull request. Don't worry, we are here to help you.
- You should have an account on GitHub.
- You should have git installed on your computer.
Fork the repository by clicking on FORK button.
Clone the repo on your computer using git bash.
git clone https://github.com/dipakkr/A-to-Z-Resources-for-Students.git
Create a new Branch (follow the command given below )
git checkout -b my-branch
Go to file "CONTRIBUTORS.md" and add you name.
Commit and push your changes.
git add .
git commit -m "added first commit"
git push origin my-branch
Now, go to your forked repository on GitHub and Click make New Pull request.
Congratulations !!! You have successfully made your first contribution on GitHub.
Feel free to reach out in case you are facing any difficulties.