-
Thanks a Ton for showing your interest in contributing to our Repository! Pull requests are Welcome. For major changes, please open an Issue first to discuss what you would like to change.
-
To start contributing to this Repository, follow the below guidelines:
-
Fork this Repository.
-
Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/Heel2Toe.git
-
Navigate to the project directory 📁.
cd Heel2Toe
-
Add reference to original repository (remote).
git remote add upstream https://github.com/saloni-15/Heel2Toe.git
-
Before making any changes in the repository, always take a pull from the upstream repository to your branch to keep it updated with remote repository.
git pull upstream main
-
Create a new branch.
git checkout -b <your_branch_name>
-
Make necessary changes that are required.
-
Track Your Changes
git add .
-
Commit your changes.
git commit -m "Relevant message"
-
Push the committed changes in your branch to your remote repo.
git push -u origin <your_branch_name>
-
Make The Pull Request (PR) 🚀
-
Wooohoo! You have successfully made a PR to the Repo- Heel2Toe 💥 . Wait for your Submission to be Accepted and your PR to be Merged!.