open-minds / Hacktober-2019

Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktober-2019

Share what you did in 2019!

License: MIT first-temers PRs-welcome GitHub search hit counter GitHub top language GitHub language count

GitHub closed pull requests GitHub pull requests

Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.

Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!

Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.

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

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean, GitHub, and Twilio to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community. The first 50,000 people to get 5 pull requests will recieve a free t-shirt!

https://hacktoberfest.digitalocean.com/

Getting Started - Easy

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Navigate to CONTRIBUTORS.md
  • Edit the file and insert your short profile following the instructions below, then click on Commit Changes.
  • Navigate to the profiles directory
  • Click Create new file and create a new profile Your_Full_Name.md, and commit your changes.
  • Add any piece of code (we recommand you add something in the Hello World folder).
  • 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!

Getting Started - Difficult

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Install git on your computer https://git-scm.com
  • Clone your fork down to your local machine
git clone https://github.com/your-username/Hacktober-2019.git
  • Make your changes (choose from any task above)
  • Commit and push
git add .
git commit -m "Commit message"
git push origin master
  • 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!

Choose from these tasks

1. Add your name

Add your name to the CONTRIBUTORS.md file using the below convention:

#### Name: [GitHib username](GitHub profile link)

2. Add a profile page

Add a Your_Full_Name.md file to the profiles directory. Use any combination of content and Markdown you'd like. Here is an example:

# Your Full Name

### Location

Your City/Country

### Academics

Your School

### Interests

- Some Things You Like
- Something Else

### Development

- web developper for example
- game dev as another example

### Profile Link

[GitHib username](GitHub profile link)

Up for more PRs? Check this quick list for more interesting ressources (first timers friendly):

  • Micro Club - USTHB Our awesome friends from University of Science and Technology Houari Boumediene scientific club Micro Club are doing Hacktoberfest too!
  • First Timers Only Friendly Open Source projects on the go!
  • FreeCodeCamp Open source codebase and curriculum. Learn to code for free together with millions of people.

About

Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.

License:MIT License


Languages

Language:C# 42.1%Language:Java 22.1%Language:CSS 11.7%Language:HTML 11.0%Language:JavaScript 5.6%Language:PHP 4.1%Language:C 2.4%Language:Python 0.9%Language:Shell 0.0%