Skip to content

ardasatata/hacktoberfest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HacktoberFest is here!!

Use this repository to make your first and easy contribution to open source world. Create and easy pull request by following the steps given below.

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.

https://github.com/sbmsc/hacktoberfest

What is Hacktoberfest and how many times it is organised in a year?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub 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.

https://hacktoberfest.digitalocean.com/

How Contribute to This Project

Here is a simple way to contribut to the project.

  • Create a simple 'Hello, World' script in a language of your choice

Getting Started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone <url> (given in clone or download button)
  • Create a branch
git checkout -b branch-name
  • Make your changes (Choose from any task below)
  • Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
  • 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 for higher chance of merge approval!

Create a Hello, World! Script

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

print("hello world!")

Name the file yourusername.xx. e.g., sbmsc.py or sbmsc.js.

BONUS!

  • Discover some obscure to new and trending languages. From BrainFuck to Groovy.
  • Check out very creative ways to print out a Hello, World!

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/

Content courtesy

https://github.com/AliceWonderland/hacktoberfest

About

EASY PULL REQUEST! Don't forget to star if it helped!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 19.8%
  • HTML 15.1%
  • Kotlin 12.7%
  • C++ 12.0%
  • CSS 11.5%
  • Java 6.7%
  • Other 22.2%