-
Fork the Repository:
- Use the fork button at the top right of the repository page.
-
Clone Your Fork:
- Clone the forked repository to your local machine.
git clone https://github.com/JayShukla8/Quotes.git
-
Navigate to the Project Directory:
cd Quotes
-
Create a New Branch:
git checkout -b your_branch
-
Make Your Changes:
git add .
-
Commit Your Changes:
git commit -m "Relevant message"
-
Push to Your Branch:
git push origin your_branch
-
Create a Pull Request:
- Go to your forked repository on GitHub and create a pull request to the main repository and i'll merge it as soon as i can.