Skip to content

Participate in Hacktoberfest. Learn and get started. Contribute to open source. Make sure your pull requests are legitimate. Enjoy and have fun.

Notifications You must be signed in to change notification settings

DaDiRa/Hacktoberfest2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest2020

Public Repository for Hactoberfest to be contributed with basic programs or anything that can be related to this. Enjoy and have fun.

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/


Process are as follows :-

  • Login using github @ Hacktoberfest
  • Create four valid pull requests (PRs) between 1st - 31st October

How to Contribute to this repository


  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone the forked repository to your local machine.
git clone https://github.com/your-username/Hacktoberfest2020.git
  • change the present working directory
cd Hacktoberfest2020
  • Pick a project or make a new one
  • Make a new branch
git checkout -b branch-name
  • Make changes in the repository with the new branch. Add your files according to folders assigned. If you can't find a folder, raise an issue and I will get back to you and meanwhile you can add your files in the "Others" folder.
  • Push the changes.
git add .
git commit -m "Your commit Message"
git push origin branch-name
  • Make a pull request. Please provide brief description of your code/project while making a pull request.
  • Star the repository if you like.

Note: "Please don't make any changes to README.md"

Happy Hacktoberfest.

About

Participate in Hacktoberfest. Learn and get started. Contribute to open source. Make sure your pull requests are legitimate. Enjoy and have fun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 33.5%
  • C++ 17.9%
  • PHP 16.8%
  • TypeScript 13.9%
  • CSS 10.9%
  • HTML 7.0%