SuperFola / hacktoberfest_2018

Participate in Hacktoberfest 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest

This is a beginner friendly project to help you get started with hacktoberfest and making your first pull request.

We have created simple challenges in python for you to complete and make a pull request.

What is Hacktoberfest?

Hacktoberfest is a month-long celebration of open source software run by DigitalOcean in partnership with GitHub and Twilio.

  • Hacktoberfest is open to everyone in our global community!
  • Five quality pull requests must be submitted to public GitHub repositories.
  • You can sign up anytime between October 1 and October 31.

What is Nairobi.AI?

Nairobi.AI is an ever-growing vibrant community of AI practitioners hailing from large technology companies, startups and academic institutions. We accelerate the application of AI to solve impactful real world problems.

How to contribute to this project

  • Complete the included python challenges
  • Add your profile to Contributors.md

Getting Started

  • Fork this repository
  • Clone your fork to your local machine
git clone https://github.com/your-username/Hacktoberfest_2018.git
  • Create a branch with your name
git checkout -b your-name
  • Work on the python challenges and add your profile to Contributors.md
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name(which is your name)
  • Create a pull request

Be a part of Nairobi.AI

Join our Meetup: https://www.meetup.com/NairobiAI/

About

Participate in Hacktoberfest 2018


Languages

Language:Python 100.0%