but before making pull request first register yourself on https://hacktoberfest.digitalocean.com/
- fork this repository
- than clone you fork of the repository
- Clone the Fork of the repositroy from you github
- add files in a folder like if you want to push js files than add js files to js folder
- type git add the_file_or_folder_you_added.js
- type git commit -m "added to repo"
- make a branch git checkout -b projectname
- making a pull request git push origin projectname(branch name)
- come to your github and click on create pull request
Done!
- git pull origin master