Giter Club home page Giter Club logo

sbmxc / hacktoberfest Goto Github PK

View Code? Open in Web Editor NEW
105.0 3.0 549.0 627 KB

Create your first PR! Don't forget to star if it helped!

Java 15.42% C 16.67% Python 42.85% Ruby 0.26% Kotlin 2.66% Go 0.24% PHP 0.15% C++ 15.13% JavaScript 0.43% Objective-C 0.27% Pascal 0.04% HTML 3.41% OCaml 0.04% Verilog 0.11% Brainfuck 0.07% C# 0.52% Swift 0.16% Pug 0.02% Visual Basic .NET 0.07% CSS 1.50%
python java perl php js javascript hacktober hacktoberfest pull pull-requests

hacktoberfest's Introduction

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/sbmxc/hacktoberfest

Also, checkout other repositories of mine if you find you can improve something there. You are more than welcome to make PR there as well. Although, that would only be approved if you enhance the existing apps.

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

hacktoberfest's People

Contributors

abinshaji07 avatar akemim12 avatar alannunes avatar amit717 avatar anandroidone avatar anirudh9784 avatar bimut avatar christiandobbie avatar codemastershrey avatar darkforest13 avatar deniosj avatar fernando-1 avatar fortune-adekogbe avatar gcotofernandez avatar ishaanbedi avatar m0rtymerr avatar nashdev97 avatar rachit-jpeg avatar rishabhgarg25699 avatar rishabhverma1106 avatar ruhika1417 avatar sbmxc avatar sherlocked556 avatar srujan-rao avatar subhankarcodes avatar subhashjha35 avatar udaysk3 avatar vaibhaviparanjpe01 avatar xtbe avatar zuhairhossain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hacktoberfest's Issues

is this repo still active

I'm going to be making some pull requests to this repo for hacktober fest 2021. Will you be accepting my pull requests. I plan on making all 5 pull requests to this repo.

word game in python

It is a simple guessing game..

Users can guess the words or letters out of a given list of unknown lists of '?'.
ex: ['?', '?', '?', '?', '?']

Initially, the user will have 3 lives left. Lives left: ❤❤❤ .

Bank management system in c

@sbmxc, i would like add a menu driven banking management sytem using c
please assign me this issue under hacktoberfest
it will be a great help.

Excluded repository

Shubham your repository is excluded from Hacktoberfest 2022 as it does not follow the values of the event.

Contact info

Hey @sbmsc - I couldn't find your contact information anywhere, but I'm hoping to chat about the midnight account. We had GitHub release the old username after waiting a couple years for the old account to expire. Looks like you might have grabbed it in the moments between it being released and us renaming our org. My contact is [email protected] - hoping we can figure this out.

Label missing

Please add "hacktoberfest-accepted" label to the merge requests in order to accept them in hacktoberfest event.

Sorting techniques in java

Hey I wan to add different sorting techniques in java , so please assign me this issue and add the hacktoberfest label to this.

Implementation of Abstract Data Structures

Implementing Abstract Data Structures like queues, trees, linked lists, and Stacks would help beginners learn and develop coding skills.
We can create a new Folder for each data structure, and people can contribute to it with the language they like.
Thank you.

Number Guessing Game in Python

Want to add a simple program for guessing number game.
Maintainers can you please assign this issue to me and label it as hacktoberfest while assigning.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.