ct-27 / Hacktoberfest2021-7

This is especially for beginners...Do submit your simple pull requests...Get your free hacktoberfest T-Shirt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HacktoberFest2021

All Contributors

Contribute to hacktoberfest 2021

Welcome to HacktoberFest 2021 Public Repository.

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/


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 to README.MD

About

This is especially for beginners...Do submit your simple pull requests...Get your free hacktoberfest T-Shirt

License:MIT License


Languages

Language:C++ 45.3%Language:Python 29.9%Language:Java 20.9%Language:C 2.1%Language:JavaScript 0.7%Language:HCL 0.6%Language:Ruby 0.2%Language:Perl 0.2%