Skip to content

DevQuest-io/Your_First_Quest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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!!

About

Welcome to your first quest!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published