Hacktoberfest Hack Day Celebration at WebMob Technologies.
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"
- Look for the issues which fits you and ask maintainers to assigned to you.
- Fork this repository.
- Clone your fork to your local development machine
git clone https://github.com/WebMobTechnologies/hacktoberfest2019.git
- Create a branch for new Issue
git checkout -b {branch-name}
- 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"
}
- Commit and push your changes to your fork.
- Create a pull request with a description.
- Wait for your PR review and merge.
Spread the love by giving a star ⭐ to this repository.
Made with ❤️ by WebMob Technologies.