Skip to content

pranjay-poddar/Hacktoberfest-PR-for-beginners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest-PR-for-beginners

Beginner Friendly Hacktoberfest2020 repository. You can contribute anything from algorithm codes to web UIs.
Happy Coding!

How to contribute:

  • Drop a ⭐ on the Github repository

  • Fork the repo to your Github.

  • Clone the Repo by going to your local Git Client and pushing this command:
    git clone https://github.com/Pranav016/Hacktoberfest-PR-for-beginners.git

  • Clone the Repo to a particular folder on your system by going to your local Git Client and pushing this command:
    git clone https://github.com/Pranav016/Hacktoberfest-PR-for-beginners.git <folder-name>

  • Add your code and your Github Handle to CONTRIBUTERS.md.

  • Commit and push your code to the remote repo on your Github.
    git checkout -b <branch name>
    git add .
    git commit -m "your message"
    git remote add origin <HTTP code the forked repo>
    git push origin <your branch name>

  • Make a pull request!

About

Hacktoberfest repo for beginners to contribute to!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 37.2%
  • C++ 19.5%
  • HTML 13.6%
  • Python 12.9%
  • Java 10.4%
  • CSS 5.2%
  • JavaScript 1.2%