vilihegyi / hacktoberfest2018

A repository for HacktoberFest 2018.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2018

Anyone can contribute to this repo to make their contribution to open-source on Github.

Celebrate HacktoberFest by getting involved in the Open Source Community by completing some simple tasks in this project.

This is a Public Repository open to all members of the GitHub Community. Any member of the community may contribute to this project without being a collaborator.

What is Hacktober Fest

Hacktober fest is a month celebration held from Oct 1- Oct 31 By Digital Ocean and Github to get people involved in open-source.

Rules


To get a T-shirt, you must make five pull requests between October 1–31 in any timezone. Pull requests can be to any public repo on GitHub, not just the ones we’ve highlighted. The pull request must contain commits you made yourself.

You can check your progress of HacktoberFest at this link.

Getting Started

  • Add Your Name to the CONTRIBUTORS.md file using following model
Name: [YOUR NAME](Github Link)
Place: city you belong to
About: Short Intro
Programming Language: Which programming language do you know
  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest2018.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (Choose from any task below)
  • Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
  • Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

About

A repository for HacktoberFest 2018.

License:GNU General Public License v3.0


Languages

Language:C++ 39.8%Language:Python 16.9%Language:Java 11.3%Language:C 9.6%Language:HTML 7.3%Language:Go 4.5%Language:CSS 3.2%Language:Ruby 2.7%Language:JavaScript 1.6%Language:Elixir 1.5%Language:TypeScript 0.5%Language:Brainfuck 0.4%Language:C# 0.3%Language:Perl 0.2%Language:Haskell 0.1%Language:CoffeeScript 0.1%Language:PHP 0.1%Language:Swift 0.1%Language:R 0.1%