- The aim of this repository is to help people getting started on how to start sending a Pull Requests.
- Go to Hacktoberfest18 and click on the fork button as shown in the image to fork the repository to your account.
- Add the following commands on Git Bash or Git
- git add .
- git commit -m "your description of the file added"
- git push origin master
- Go to your cloned repository of HACKTOBERFEST18
- Click on NEW PULL REQUEST
- Then click CREATE PULL REQUEST
- Now you are done