Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 995 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (19 loc) · 995 Bytes

CONTRIBUTING DOCS

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

Fork

  • Go to Hacktoberfest18 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 !!