vikranthdatta / Hacktoberfest-1

Participate in Hacktoberfest. Learn and get started. Contribute to open source. Make sure your pull requests are legitimate. Enjoy and have fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest

Public Repository for Hactoberfest to be contributed with basic programs or anything that can be related to this. Enjoy and have fun.

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/Hacktoberfest.git
  • change the present working directory
cd Hacktoberfest
  • Pick a project or make a new one
  • Make a new branch
git checkout -b branch-name
  • Make changes in the repository with the new branch. Add your files according to folders assigned. If you can't find a folder, raise an issue and I will get back to you and meanwhile you can add your files in the "Others" folder.
  • Push the changes.
git add .
git commit -m "Your commit Message"
git push origin branch-name
  • Make a pull request. Please provide brief description of your code/project while making a pull request.
  • Star the repository if you like.

Note: "Please don't make any changes to README.md"

Happy Hacktoberfest.

About

Participate in Hacktoberfest. Learn and get started. Contribute to open source. Make sure your pull requests are legitimate. Enjoy and have fun.


Languages

Language:C++ 47.6%Language:HTML 11.4%Language:JavaScript 11.0%Language:Python 7.9%Language:Java 7.5%Language:PHP 4.1%Language:C 3.0%Language:TypeScript 2.9%Language:CSS 2.7%Language:Jupyter Notebook 0.7%Language:Dart 0.5%Language:Go 0.3%Language:Ruby 0.2%Language:MATLAB 0.1%