shrutashraba / hacktoberfest_2021

This is a repository for anyone wishing to contribute to HacktoberFest 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HacktoberFest 2021

Status

GitHub forks GitHub Repo stars GitHub repo size GitHub repo file count Lines of code GitHub language count GitHub contributors GitHub last commit

Important Note:

Please Try to add more projects/apps/webapp instead of just DSA codes :) Copying DSA Code from internet and sending a PR to get a free T-shirt is not allowed. This repo is for beginners to help them to start contribution towards open source...


This is a beginners repository for anyone wishing to contribute to HacktoberFest 2021

  • Fork the repository
  • Clone your fork and Create a new branch
  • Add your program in specific language folder
    • Example : java/MyCode.java
  • Send your Pull Request

Important Note:

Please commit your files in the respective folders.

Ex:- .java files must go in java/ folder and others in misc folder.

Process

< Added Unique program > // please change this accordingly

$ git clone <URL>
$ cd <FolderName>
$ git branch <new_branch>
$ git checkout <new_branch>

Add your Program

$ git add .
$ git commit -m "<Commit MESSAGE>"
$ git push origin <new_branch>

Go and Generate your first Pull request from Github

About

This is a repository for anyone wishing to contribute to HacktoberFest 2021

License:MIT License


Languages

Language:C++ 31.8%Language:Dart 17.0%Language:Java 11.1%Language:HTML 11.0%Language:JavaScript 8.2%Language:Python 5.8%Language:PHP 4.9%Language:CSS 4.3%Language:C 3.1%Language:C# 2.2%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%