Skip to content

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

License

Notifications You must be signed in to change notification settings

Surajkrmkr/hacktoberfest_2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 NOTICE : We have stopped accepting PRs for DSA

Please Try to add more projects/apps/webapp instead of just DSA codes :)


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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 26.9%
  • Dart 22.2%
  • HTML 10.2%
  • Python 9.4%
  • Java 9.4%
  • JavaScript 7.3%
  • Other 14.6%