Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.72 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.72 KB

Hacktoberfest20

GitHub issues GitHub forks GitHub stars

IMPORTANT INSTRUCTIONS

To earn your Hacktoberfest tee or tree reward, you must register and make four valid pull requests (PRs) between October 1-31 (in any time zone). PRs made before or after that won't be counted!!

Visit the hactoberfest site for more details :- https://hacktoberfest.digitalocean.com

This project is perfect for your first pull request

Instructions

  • Fork this Repository using the button at the top

  • Clone your forked repository to your pc

  • Create a new branch for your modifications using either of the git commands below

    • git branch new-user and checkout to it git checkout new-user

    or

    • git checkout -b new-user to create and checkout to it at the same time)
  • Add your your own card quote following the previous format index.html

  • Add your quote card (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)

  • Create a pull request

  • Star this repository

How to make your first Pull Request

Replace <YOUR-USERNAME> with your GitHub username in this guide.

1. Add your quote card to the folder

Add a quote card of your choice in index.html.

index.html

2. Wait for Pull Request to merge

3. Celebrate - you've done your first pull request!!