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
-
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 itgit 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
Replace <YOUR-USERNAME>
with your GitHub username in this guide.
Add a quote card of your choice in index.html
.
index.html