Skip to content

WebMobTechnologies/HacktoberfestHackDay2019

Repository files navigation

HacktoberfestHackDay2019

Hacktoberfest Hack Day Celebration at WebMob Technologies.

Open Source Love

What is Hacktoberfest?

Hacktoberfest is a month-long celebration in open source community. It motivates open source contributors as well as first-time contributors. For the first time contributor, it's a bit hard or overwhelming but the fun part is "Everyone is welcome"

Let's Start

  1. Look for the issues which fits you and ask maintainers to assigned to you.
  2. Fork this repository.
  3. Clone your fork to your local development machine
git clone https://github.com/WebMobTechnologies/hacktoberfest2019.git
  1. Create a branch for new Issue
git checkout -b {branch-name}
  1. Add your name and details in the static/Contributors.json file
{
        "name": "YOUR NAME",
        "image": "IMAGE_URL",
        "twitter": "TWITTER_USERNAME",
        "github": "GITHUB_USERNAME",
        "linkedin": "LINKEDIN_USERNAME"       
}
  1. Commit and push your changes to your fork.
  2. Create a pull request with a description.
  3. Wait for your PR review and merge.

Spread the love by giving a star ⭐ to this repository.

Made with ❤️ by WebMob Technologies.