- Complete the registartion over https://hacktoberfest.com/
- Fork this repository.
- Clone on your local machine.
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!