Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 705 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 705 Bytes

Welcome to your first quest!

How to submit your Pull Request

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