Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

36 lines (20 loc) · 1.11 KB

Hacktoberfest_19_Events_730x90

CONTRIBUTING DOCS

  • The aim of this repository is to help people getting started on how to start sending a Pull Requests.

Fork

  • Go to Hacktoberfest2019 and click on the fork button as shown in the image to fork the repository to your account.

capture

Clone

clone

capture

Add, Commit, Push

  • Add the following commands on Git Bash or Git
    • git add .
    • git commit -m "your description of the file added"
    • git push origin master

Send the Pull Request

  • Go to your cloned repository of HACKTOBERFEST18
  • Click on NEW PULL REQUEST
  • Then click CREATE PULL REQUEST
  • Now you are done

Happy Hacking !!