Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 643 Bytes

HacktoberfestHackDay2019

Hacktoberfest Open Hack Day 2019

Steps:

  • Add your name to the CONTRIBUTORS.md file
  • Add your bio in the ContributorsBio folder in a file with your name
  • Add a small code in the Codes folder check with your name as file name

How to raise a Pull Request:

  • Fork the current repository
  • Clone your forked repository
  • Create a branch ** "git checkout -b "
  • Stage your modifications ** "git add *"
  • Commit your modifications ** "git commit -m "
  • Push the modifications to GitHub ** "git push origin "
  • Click on the link for creating Pull Request and raise your PR