- Fork this repo - Click on the fork button on the top-right of this page
- Clone the forked repo to your local machine
git clone https://github.com/<your_github_username>/Your_First_Quest.git
- Navigate into the respective folder
- Add your favourite memes to the folder or Add your name in name.md file
- Add your changes using git
git add .
- Commit your changes using git
git commit -m "Added <your_name>"
- Push the changes to Github
git push
- Go to your fork on github and click on Pull request
- Create a New Pull Request to the main repo with title as "yourName"
- That's it, Done!!