All Projects → mcao → hacktoberfest-2019

mcao / hacktoberfest-2019

Licence: GPL-3.0 license
An easy way to get your 5 pull requests for Hacktoberfest done!

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
C#
18002 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to hacktoberfest-2019

github welcome wall
This is the official repository for the Towards Data Science Article, "WTH am I doing here? The absolute beginner's guide to Git and GitHub"
Stars: ✭ 25 (-28.57%)
Mutual labels:  first-timers, hacktoberfest2019
Script
Making it easy to write shell-like scripts in Go
Stars: ✭ 1,946 (+5460%)
Mutual labels:  first-timers
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 ✅
Stars: ✭ 621 (+1674.29%)
Mutual labels:  first-timers
H4ckt0b3rf3st 2020
Create Hacktoberfest Pull Requests
Stars: ✭ 68 (+94.29%)
Mutual labels:  first-timers
Plots2
a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! 🎈
Stars: ✭ 666 (+1802.86%)
Mutual labels:  first-timers
Simple Sdl2 Audio
A simple SDL2 audio library without SDL_Mixer for playing music and multiple sounds natively in SDL2
Stars: ✭ 111 (+217.14%)
Mutual labels:  first-timers
Awesome First Timers
Place to contribute if you are a first timer
Stars: ✭ 353 (+908.57%)
Mutual labels:  first-timers
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (+460%)
Mutual labels:  first-timers
Algobook
A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨
Stars: ✭ 132 (+277.14%)
Mutual labels:  first-timers
Prosecutor Database
An open-source, community oversight dataset of all U.S. Prosecutors. Happy Hacktoberfest 🎃
Stars: ✭ 67 (+91.43%)
Mutual labels:  first-timers
Coursify Hacktoberfest
A curated list of best free learning resources on the planet, made specifically for first time hackers!
Stars: ✭ 63 (+80%)
Mutual labels:  first-timers
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+19068.57%)
Mutual labels:  first-timers
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (+222.86%)
Mutual labels:  first-timers
Hacktoberfest
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest
Stars: ✭ 631 (+1702.86%)
Mutual labels:  first-timers
Funnyalgorithms
A repository with a bunch of funny algorithms, beginners friendly
Stars: ✭ 161 (+360%)
Mutual labels:  first-timers
Hello World
Hello World in all possible programmnig languages
Stars: ✭ 558 (+1494.29%)
Mutual labels:  first-timers
Hacktoberfest 2018
Stars: ✭ 56 (+60%)
Mutual labels:  first-timers
Givingstorm
Infection vector that bypasses AV, IDS, and IPS. (For now...)
Stars: ✭ 72 (+105.71%)
Mutual labels:  first-timers
Hacktoberfest
This hacktoberfest project exists to help you submit your first Pull Request and welcome you to the world of open source!
Stars: ✭ 216 (+517.14%)
Mutual labels:  first-timers
Data Structures And Algorithms In Cpp
This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
Stars: ✭ 176 (+402.86%)
Mutual labels:  first-timers

🎃 Hacktoberfest Starter Project 🎃

A 2019 version of https://github.com/AliceWonderland/hacktoberfest - all credit for this goes to her!

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 following the instructions below, and commit your changes.
  • If you would like, navigate to the scripts directory and create a sample Hello World script following the same method!
  • 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/hacktoberfest.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: [YOUR NAME](GitHub link)
- Place: City, State, Country
- Bio: Who are you?
- GitHub: [GitHub account name](GitHub link)

2. Add a profile page

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

# Your Name

### Location

Your City/Country

### Academics

Your School

### Interests

- Some Things You Like

### Development

- Inventor of the My Pillow

### Projects

- [My Project](GitHub Link) Short Description

### Profile Link

[Your Name](GitHub Link)

3. Create a Hello, World! Script

Add a language_helloworld_yourusername.xx script to the scripts directory in any language of your choice! Here is an example:

// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Michael Cao
// GITHUB: https://github.com/mcao

console.log('Hello, World!');

Name the file language_helloworld_yourusername.xx. e.g., js_helloworld_mcao.js or py_helloworld_mcao.py.

Don't forget to include the comments as seen above. Feel free to include additional information about the language you choose in your comments too! Like a link to a helpful introduction or tutorial.

Here is my hello_world example: js_helloworld_mcao.js

BONUS!

  • See profiles submitted by fellow coders from around the globe!
  • Discover some obscure to new and trending languages ... from BrainFuck to Groovy.
  • Check out some very creative ways to print out a "Hello, World!" string.
  • Check your progress here https://hacktoberfest.digitalocean.com/profile

Reference links

Here is a great tutorial for creating your first pull request by Roshan Jossey: https://github.com/Roshanjossey/first-contributions

Managing your Forked Repo: https://help.github.com/articles/fork-a-repo/

Syncing a Fork: https://help.github.com/articles/syncing-a-fork/

Keep Your Fork Synced: https://gist.github.com/CristinaSolana/1885435

Checkout this list for README examples - Awesome README Awesome

Github-Flavored Markdown https://guides.github.com/features/mastering-markdown/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].