github.com/hearot/hacktoberfest2018

A repository for HacktoberFest 2018.


License
GPL-3.0
Install
go get github.com/hearot/hacktoberfest2018

Documentation

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 Hacktoberfest?

Hacktoberfest is a month long celebration of open source software held in the month of October to get people involved in open-source. This year's edition is presented by DigitalOcean, GitHub and twilio.

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

Pull requests marked as spam will not be entitled for a T-shirt.

List of Programs to work on:

  • Hello World
  • Searching Algorithms
    • Linked List
    • Stack
    • Queue
  • Traversal Algorithms
    • Linked List
  • Sorting Algorithms
    • Linked List
    • Queue
  • Random Number algorithms
  • Number Reversal algorithms
  • Fibonacci series
  • Is Number a palindrome?
  • Is number a perfect square?
  • Is string a pangram?
  • Find the factorial of a number.
  • Find list of prime numbers between a interval.
  • Create an arrow using CSS.
  • Convert Roman numeral.
  • Telephone number validator.

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?
Email: 
  • 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 for a new feature
git checkout -b feature/branch-name
  • Or if it's a bugfix to a file
git checkout -b bugfix/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!