Meghana-Red / Hacktoberfest

An Introduction to the world Opensource with STIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HacktoberFest 2021

alt text

An introduction to the world of Opensource.

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
  • Generate your Pull Request
  • Magic

Important Note:

please commit your files in the respective folders.

Ex:- .py files must go in python/ 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

An Introduction to the world Opensource with STIC


Languages

Language:C 50.9%Language:Java 18.2%Language:C++ 17.4%Language:Python 7.4%Language:HTML 4.5%Language:JavaScript 1.6%