This repository is created for hacktoberfest 2022 - Make 4 pull requests for Hacktoberfest 2022 and earn free swags!
- Complete the registartion over https://hacktoberfest.com/
- Fork this repository.
- Clone on your local machine.
git clone https://github.com/<your github username>/hacktoberfest-2022.git- Navigate to the project directory.
cd hacktoberfest-2022- Create a new branch.
git checkout -b my-new-branch- Add your contribution.
git add .- Commit your changes.
git commit -m "Relevant message"- Push your changes.
git push origin my-new-branch- Create a new pull request from your forked repository.
- Congratulations 🎉 you just made a pull request!