/Hacktoberfest2020

Contribute to hacktoberfest 2020

Primary LanguageHTML

Hacktoberfest2020---its a very good project and get a free tshirt.


Make your first Pull Request and earn a free tee from GitHub!

Hacktoberfest 2020

Process are as follows :-


  • Login using github @ Hacktoberfest
  • Create four valid pull requests (PRs) between 1st - 31st October

How to Contribute to this repository


  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)

  • Clone the forked repository to your local machine.

    git clone https://github.com/your-username/HacktoberFest2020.git
  • change the present working directory

    cd HacktoberFest2020
  • Pick a project or make a new one

  • Make a new branch

    git checkout -b branch-name
  • Make change in the repository with the new branch.

  • push the changes.

    git add .
    git commit -m "Your commit Message"
    git push origin branch-name
  • Make a pull request.

  • Star the repository if you like.

Note:- "Please don't make any changes in Readme.md"

Celebrate - you've done your first pull request!!