- Fork this repo (button on top)
- Clone on your local machine
git clone https://github.com/your-username/Hacktoberfest2022.git
- Navigate to project directory.
cd Hacktoberfest2022
- Create a new Branch
git checkout -b my-new-branch
- Add your contribution
git add .
- Commit your changes.
git commit -m "Relevant message"
- Then push
git push origin my-new-branch
- Create a new pull request from your forked repository