Before you start making contribution make these things clear
- Dont make spam PR's like just add dots (.) in the file.
- Make sure you add some value to the repository.
Fork this Repository using the button at the top
Clone your forked repository to your pc ( git clone "url from clone option.")
Create a new branch for your modifications (git checkout -b branch-name)
Add your files (git add .)
commit (git commit -m "message")
push (git push origin branch-name)
Create a pull request with label
Yay! You made contribution to this repo